Skip to content

Commit

Permalink
Removed superfluous debug logging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
navilan committed Nov 9, 2011
1 parent 9a85006 commit e96a2d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hyde/ext/plugins/tagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def begin_site(self):
Initialize plugin. Add tag to the site context variable
and methods for walking tagged resources.
"""
self.logger.debug("*************************************")
self.logger.debug("Adding tags from metadata")
config = self.site.config
content = self.site.content
Expand All @@ -106,7 +105,6 @@ def begin_site(self):
self._process_tag_metadata(tags)
self.site.tagger = Expando(dict(tags=tags))
self._generate_archives()
self.logger.debug("*************************************")

def _process_tag_metadata(self, tags):
"""
Expand Down

0 comments on commit e96a2d4

Please sign in to comment.