Skip to content

Commit

Permalink
Merge pull request #966 from dipu-bd/dev
Browse files Browse the repository at this point in the history
Remove error log in search
  • Loading branch information
dipu-bd authored Jul 11, 2021
2 parents c7633a2 + c470016 commit 10df3ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lncrawl/core/novel_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ def get_search_result(app, link, bar):
return results
except Exception:
import traceback
traceback.print_exc()
#logger.debug(traceback.format_exc())
logger.debug(traceback.format_exc())
finally:
app.progress += 1
bar.next()
Expand Down

0 comments on commit 10df3ed

Please sign in to comment.