Skip to content

Commit

Permalink
Remove explicit fedmsg initialization. It is unnecessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Aug 26, 2013
1 parent 6a0aec4 commit 932d28b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fedbadges/consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ def __init__(self, hub):
directory = hub.config.get("badges.yaml.directory", "badges_yaml_dir")
self.badge_rules = self._load_badges_from_yaml(directory)

# Initialize fedmsg
fedmsg.init()

def _initialize_tahrir_connection(self):
global_settings = self.hub.config.get("badges_global", {})

Expand Down

0 comments on commit 932d28b

Please sign in to comment.