mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove unnecessary logging from FileConverter
This commit is contained in:
parent
b6a1ea6a30
commit
ac2d05ecb3
1 changed files with 0 additions and 11 deletions
|
@ -90,17 +90,6 @@ async function _convert(sourcePath, requestedFormat, command) {
|
||||||
timeout: FOURTY_SECONDS
|
timeout: FOURTY_SECONDS
|
||||||
})
|
})
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
logger.err(
|
|
||||||
{
|
|
||||||
err,
|
|
||||||
stderr: err.stderr,
|
|
||||||
command,
|
|
||||||
sourcePath,
|
|
||||||
requestedFormat,
|
|
||||||
destPath
|
|
||||||
},
|
|
||||||
'something went wrong converting file'
|
|
||||||
)
|
|
||||||
throw new ConversionError({
|
throw new ConversionError({
|
||||||
message: 'something went wrong converting file',
|
message: 'something went wrong converting file',
|
||||||
info: { stderr: err.stderr, sourcePath, requestedFormat, destPath }
|
info: { stderr: err.stderr, sourcePath, requestedFormat, destPath }
|
||||||
|
|
Loading…
Reference in a new issue