Skip to content

Commit b4ace64

Browse files
committed
Removed redundant log that was not properly converted in JSON format
1 parent 38c4b51 commit b4ace64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bridge/codimd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ def _unzipattachments(inputbuf, docid, wopisrc, acctok):
118118
mddoc = mddoc.replace(b'/byoa/codimd/', b'/')
119119
return mddoc
120120
except zipfile.BadZipFile as e:
121-
log.warn(f'msg="File is not in a valid zip format" exception="{e}"')
122121
raise AppFailure('The file is not in the expected zipped format') from e
123122
except requests.exceptions.RequestException as e:
124123
log.error(f'msg="Exception raised attempting to connect to CodiMD" exception="{e}"')

0 commit comments

Comments
 (0)