diff --git a/web/src/index.js b/web/src/index.js index c57412f..5f5bbf6 100644 --- a/web/src/index.js +++ b/web/src/index.js @@ -27,8 +27,6 @@ function startServer() { async function main() { - console.log("Starting!"); - app.get("/", (req, res) => { res.send('Hello computer!\n'); });