chore: remove stray debug console.logs from createScaffoldPage
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
386e65fa88
commit
1add367621
1 changed files with 0 additions and 2 deletions
2
db.js
2
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 (?, ?)"
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue