Abiword: Reduce log spam

pull/4960/head
Richard Hansen 2021-03-17 19:06:50 -04:00 committed by John McLear
parent 259ee4a987
commit f015f59cfc
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ if (os.type().indexOf('Windows') > -1) {
abiword.stdin.write(`convert ${task.srcFile} ${task.destFile} ${task.type}\n`);
stdoutCallback = (err) => {
callback();
console.log('queue continue');
try {
task.callback(err);
} catch (e) {