Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
No debug mode
unnecessary call to set default icon
  • Loading branch information
ueffel committed Feb 27, 2018
1 parent 630b038 commit f116647
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packagecontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self):
self._urlopener = kpn.build_urllib_opener()
self.__command_executing = False
self.__list_updating = False
self._debug = True
self._debug = False

def on_events(self, flags):
"""
Expand All @@ -47,8 +47,6 @@ def on_start(self):
self.dbg("Packages root path: {}".format(self._get_packages_root()))
self._read_config()

self.set_default_icon(self.load_icon("packagecontrol.ico"))

# Adding PackageControl itself, so updating is possible
if os.path.dirname(__file__).endswith("PackageControl.keypirinha-package") \
and os.path.dirname(os.path.dirname(__file__)) \
Expand Down

0 comments on commit f116647

Please sign in to comment.