Skip to content

Commit

Permalink
Merge pull request #15 from MenxuSeo/main
Browse files Browse the repository at this point in the history
Remove unnecessary debug logs
  • Loading branch information
kromiii authored Nov 13, 2024
2 parents 7322cff + 54045e5 commit ee5c453
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const theme = args.theme as string;

// download the page and convert it to markdown slides
const app = express();
console.debug('args.port', args.port);
const port = args.port as number;

app.get('/', async (req: express.Request, res: express.Response) => {
Expand Down

0 comments on commit ee5c453

Please sign in to comment.