Explorar o código

adding ous.js

cecylia %!s(int64=7) %!d(string=hai) anos
pai
achega
b5372e8ca0
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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();
 	}