Spaces:
Sleeping
Sleeping
Update index.js
Browse files
index.js
CHANGED
@@ -60,7 +60,6 @@ app.post("/compile", function (req, res) {
|
|
60 |
res.send({error: "Time Limit Exceeded!!"});
|
61 |
return;
|
62 |
}
|
63 |
-
console.log(stdout);
|
64 |
console.error(stderr);
|
65 |
res.send({output:stdout});
|
66 |
}
|
@@ -86,7 +85,6 @@ app.post("/compile", function (req, res) {
|
|
86 |
res.send({ error: stderr });
|
87 |
return;
|
88 |
}
|
89 |
-
console.log(stdout);
|
90 |
console.error(stderr);
|
91 |
res.send({ output: stdout });
|
92 |
}
|
|
|
60 |
res.send({error: "Time Limit Exceeded!!"});
|
61 |
return;
|
62 |
}
|
|
|
63 |
console.error(stderr);
|
64 |
res.send({output:stdout});
|
65 |
}
|
|
|
85 |
res.send({ error: stderr });
|
86 |
return;
|
87 |
}
|
|
|
88 |
console.error(stderr);
|
89 |
res.send({ output: stdout });
|
90 |
}
|