mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
remove noise
This commit is contained in:
parent
4e212d12b2
commit
eb45934788
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue