Skip to content

Commit 6f5a1da

Browse files
committed
Remove unnecessary console.log, unused var
1 parent c302945 commit 6f5a1da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/XMLHttpRequest.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,6 @@ exports.XMLHttpRequest = function() {
481481
+ "req.end();";
482482
// Start the other Node Process, executing this string
483483
var syncProc = spawn(process.argv[0], ["-e", execString]);
484-
var statusText;
485484
while(fs.existsSync(syncFile)) {
486485
// Wait while the sync file is empty
487486
}
@@ -491,7 +490,6 @@ exports.XMLHttpRequest = function() {
491490
// Remove the temporary file
492491
fs.unlinkSync(contentFile);
493492

494-
console.log(self.responseText);
495493
if (resp.err) {
496494
self.handleError(resp.err);
497495
} else {

0 commit comments

Comments
 (0)