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", {