remove noise

pull/3827/head
John McLear 2020-04-03 10:31:50 +00:00
parent 4e212d12b2
commit eb45934788
1 changed files with 0 additions and 3 deletions

View File

@ -152,9 +152,6 @@ async function doImport(req, res, padId)
} else {
// @TODO - no Promise interface for convertors (yet)
await new Promise((resolve, reject) => {
// Why are we running convertFile if it's been rejected?
console.warn("john debug", reject);
convertor.convertFile(srcFile, destFile, exportExtension, function(err) {
// catch convert errors
if (err) {