mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-10 14:46:20 +02:00
remove noise
This commit is contained in:
parent
4e212d12b2
commit
eb45934788
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user