Skip to content

Commit

Permalink
Revert "add logger for debug"
Browse files Browse the repository at this point in the history
This reverts commit 2f8a543.
  • Loading branch information
dai-shi committed Jan 11, 2025
1 parent 2f8a543 commit 84a86b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/waku/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { parseArgs } from 'node:util';
import { createRequire } from 'node:module';
import { Hono } from 'hono';
import { compress } from 'hono/compress';
import { logger } from 'hono/logger'
import { serve } from '@hono/node-server';
import { serveStatic } from '@hono/node-server/serve-static';
import * as dotenv from 'dotenv';
Expand Down Expand Up @@ -105,7 +104,6 @@ async function runDev() {
if (values['experimental-compress']) {
app.use(compress());
}
app.use(logger());
app.use(serverEngine({ cmd: 'dev', config, env: process.env as any }));
app.notFound((c) => {
// FIXME can we avoid hardcoding the public path?
Expand Down

0 comments on commit 84a86b7

Please sign in to comment.