cecylia 7 anni fa
parent
commit
b5372e8ca0
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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();
 	}