Skip to content

Commit 037ba99

Browse files
author
Vladimir Kotal
committed
do not log
1 parent be214b5 commit 037ba99

File tree

1 file changed

+0
-1
lines changed
  • opengrok-tools/src/main/python/opengrok_tools/utils

1 file changed

+0
-1
lines changed

opengrok-tools/src/main/python/opengrok_tools/utils/restful.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def do_api_call(verb, uri, params=None, headers=None, data=None):
5151
)
5252

5353
if r is not None:
54-
logger.error("API call failed: {}".format(r))
5554
r.raise_for_status()
5655

5756
return r

0 commit comments

Comments
 (0)