Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions rr_cache/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@ def entry_point():
cache.Load(
interactive=args.interactive, do_not_dwnl_cache=args.do_not_dwnl_cache
)
# except Exception as e:
# logger.debug(f"Exception type: {type(e).__name__}")
# logger.error(
# '\n*** An error occurred:\n{error}'.format(error=str(e))
# )
# logger.error('\nExiting...\n')
# exit(1)


def print_attr(
Expand Down
Loading