Skip to content

Commit ee5c453

Browse files
authored
Merge pull request #15 from MenxuSeo/main
Remove unnecessary debug logs
2 parents 7322cff + 54045e5 commit ee5c453

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ const theme = args.theme as string;
5252

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

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

0 commit comments

Comments
 (0)