From 7e0025cfacd04c801c7b58fce20d5badfb4e3120 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 21 Jan 2025 18:14:15 -0500 Subject: [PATCH] chore: remove console logs --- index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.js b/index.js index 09a137e..4aaffa7 100644 --- a/index.js +++ b/index.js @@ -658,8 +658,6 @@ app.get("/workshop/:structure_id/route/:route_id/preview", (req, res) => { } } - console.log(route) - return res.send( bootstrapTemplateWithHTMXetc( eta.renderString(route.scaffold_page_content, it), @@ -683,7 +681,6 @@ app.get("/workshop/:structure_id/route/:route_id/logs", (req, res) => { const lastId = model.getMostRecentLogIdByRoute(db, req.params.route_id); - console.log(since, logs, lastId) return res.send( bootstrapTemplateWithHTMXetc( eta.render("workshop/logs", {