diff --git a/db.js b/db.js index dc80bf3..d4c2b90 100644 --- a/db.js +++ b/db.js @@ -467,9 +467,7 @@ function createScaffoldPage(routeId, content=null) { const route = getRoute(routeId) const endpoint = buildScaffoldUrl(route.path, route.url_params, route.query_params); content = getDefaultScaffoldContentByVerb(endpoint, route.verb); - console.log("gabga", content, route, endpoint) } - console.log(content, "content") const stmt = db.prepare( "INSERT INTO scaffold_pages (route_id, content) VALUES (?, ?)" );