diff --git a/backupninja b/backupninja
index fb625245b293cd0ab606237c2608ab2d01ac4184..ce85ba46d10ca25d3a95e2aca50ab467f8512d95 100755
--- a/backupninja
+++ b/backupninja
@@ -308,7 +308,7 @@ function process_action() {
 	_fatals=`cat $bufferfile | grep "^Fatal: " | wc -l`
 	
 	ret=`grep "\(^Warning: \|^Error: \|^Fatal: \)" $bufferfile`
-	#rm $bufferfile
+	rm $bufferfile
 	if [ $_fatals != 0 ]; then
 		msg "*failed* -- $file"
 		errormsg="$errormsg\n== failures from $file ==\n\n$ret\n"