Removed debug statements from the app.js
This commit is contained in:
parent
32611e7854
commit
e576878544
@ -41,7 +41,7 @@ module.exports = (io, socket) => {
|
||||
socket.emit("install", {status: "success", step});
|
||||
queue.shift();
|
||||
execQueue();
|
||||
}).on("data", (e) => {console.log(e.toString())});
|
||||
}).on("data", () => {});
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user