From ac2d05ecb3d6da0bca8064b01b2bc0f46006af58 Mon Sep 17 00:00:00 2001 From: Simon Detheridge Date: Mon, 23 Dec 2019 16:03:01 +0000 Subject: [PATCH] Remove unnecessary logging from FileConverter --- services/filestore/app/js/FileConverter.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/services/filestore/app/js/FileConverter.js b/services/filestore/app/js/FileConverter.js index 0cb5c709fc..9338b289fb 100644 --- a/services/filestore/app/js/FileConverter.js +++ b/services/filestore/app/js/FileConverter.js @@ -90,17 +90,6 @@ async function _convert(sourcePath, requestedFormat, command) { timeout: FOURTY_SECONDS }) } catch (err) { - logger.err( - { - err, - stderr: err.stderr, - command, - sourcePath, - requestedFormat, - destPath - }, - 'something went wrong converting file' - ) throw new ConversionError({ message: 'something went wrong converting file', info: { stderr: err.stderr, sourcePath, requestedFormat, destPath }