Skip to content

Commit e20516c

Browse files
author
Andrey
committed
Cleaned up console logs
1 parent 0055256 commit e20516c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,8 @@ app.get('/convert/:filename', (req, res) => {
123123

124124
app.get('/generate/:filename', (req, res) => {
125125
const filename = req.params.filename;
126-
console.log(filename);
127126
const outputPath = path.resolve(__dirname, filesPath, `${filename}.pdf`);
128-
console.log(outputPath);
127+
129128
const main = async () => {
130129
const pdfdoc = await PDFNet.PDFDoc.create();
131130
await pdfdoc.initSecurityHandler();

0 commit comments

Comments
 (0)