cecylia vor 7 Jahren
Ursprung
Commit
b5372e8ca0
1 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
  1. 0 3
      client/ous.js

+ 0 - 3
client/ous.js

@@ -67,9 +67,6 @@ page.onResourceReceived = function(response) {
 		}
 	}
 	if(response.stage == "end" && response.contentType == "slitheen"){
-		fs.write("slitheen.out", response.body, 'a');
-		fs.write("slitheen.out", '\n', 'a');
-
 		output.write(response.bodySize + '\n' + response.body);
 		output.flush();
 	}