We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7322cff + 54045e5 commit ee5c453Copy full SHA for ee5c453
src/index.ts
@@ -52,7 +52,6 @@ const theme = args.theme as string;
52
53
// download the page and convert it to markdown slides
54
const app = express();
55
-console.debug('args.port', args.port);
56
const port = args.port as number;
57
58
app.get('/', async (req: express.Request, res: express.Response) => {
0 commit comments