Skip to content

Commit

Permalink
remove empty "initialize"
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonshineSG committed Jan 18, 2016
1 parent 4b82a31 commit dc40519
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions octoprint_title_status/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

class TitleStatusPlugin(octoprint.plugin.AssetPlugin):

def initialize(self):
#self._logger.setLevel(logging.DEBUG)

def get_assets(self):
return dict(
js=["js/title_status.js"]
Expand Down

0 comments on commit dc40519

Please sign in to comment.