Skip to content

Commit

Permalink
Remove comment.
Browse files Browse the repository at this point in the history
Discussed this on the PR with a project maintainer
  • Loading branch information
Rob B committed Nov 23, 2022
1 parent a6b111d commit b21b8ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pgcli/pgcompleter.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ def __init__(self, smart_completion=True, pgspecial=None, settings=None):
self.call_arg_oneliner_max = settings.get("call_arg_oneliner_max", 2)
self.search_path_filter = settings.get("search_path_filter")
self.generate_aliases = settings.get("generate_aliases")

# when should this file be loaded? IO in constructors is not my preference but slow startup is
# probably better than slow first query
alias_map_file = settings.get("alias_map_file")
if alias_map_file is not None:
self.alias_map = load_alias_map_file(alias_map_file)
Expand Down

0 comments on commit b21b8ef

Please sign in to comment.