cecylia 7 роки тому
батько
коміт
b5372e8ca0
1 змінених файлів з 0 додано та 3 видалено
  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();
 	}