mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Remove unnecessary logging from FileConverter
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user