~timharek/timharek.no

f68c3812ad38b346837020ac7ffc8877356a4da7 — Tim Hårek Andreassen 2 months ago 5efca60
chore: Remove old console.logs

Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
2 files changed, 0 insertions(+), 3 deletions(-)

M routes/garden/index.tsx
M routes/logs/index.tsx
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) {