diff --git a/src/node/handler/ImportHandler.js b/src/node/handler/ImportHandler.js index 467def3b..c2e46d1c 100644 --- a/src/node/handler/ImportHandler.js +++ b/src/node/handler/ImportHandler.js @@ -117,7 +117,6 @@ exports.doImport = function(req, res, padId) var fileEnding = path.extname(srcFile).toLowerCase(); var fileIsHTML = (fileEnding === ".html" || fileEnding === ".htm"); if (abiword && !fileIsHTML) { - console.warn("Using abiword"); abiword.convertFile(srcFile, destFile, "htm", function(err) { //catch convert errors if(err) {