Skip to content

Commit

Permalink
remove call to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jodybrazil committed Jun 15, 2020
1 parent c465eb2 commit a84c67b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eeauditor/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def load_plugins(self, plugin_name):
if plugin_name:
try:
plugin = self.source.load_plugin(plugin_name)
plugin.setup(self)
except Exception as e:
print(f"Failed to load plugin {plugin_name} with exception {e}")
else:
Expand Down

0 comments on commit a84c67b

Please sign in to comment.