M routes/garden/index.tsx => routes/garden/index.tsx +0 -2
@@ 18,8 18,6 @@ export const handler: Handlers<Props, ServerState> = {
return ctx.renderNotFound();
}
- console.log("section", section);
-
ctx.state.title = `${section.title} - ${ctx.state.title}`;
if (section.description) {
ctx.state.description = section.description;
M routes/logs/index.tsx => routes/logs/index.tsx +0 -1
@@ 18,7 18,6 @@ export const handler: Handlers<Props, ServerState> = {
if (!section) {
return ctx.renderNotFound();
}
- console.log(section);
ctx.state.title = `${section.title} - ${ctx.state.title}`;
if (section.description) {