remove unused code
This commit is contained in:
parent
666f29147e
commit
dbec1d03a6
1 changed files with 0 additions and 2 deletions
|
@ -78,8 +78,6 @@ def traceback_formatter(*args, **kwargs):
|
|||
level = level.lower()
|
||||
if level == 'warn' or level == 'warning':
|
||||
logging.getLogger('WakaTime').warning(traceback.format_exc())
|
||||
elif level == 'info':
|
||||
logging.getLogger('WakaTime').info(traceback.format_exc())
|
||||
elif level == 'debug':
|
||||
logging.getLogger('WakaTime').debug(traceback.format_exc())
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue