Changeset 691

Show
Ignore:
Timestamp:
04/21/06 10:53:34 (2 years ago)
Author:
athomas
Message:

AcronymsPlugin:

Removed extraneous debug statements.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • acronymsplugin/0.9/tracacronyms/acronyms.py

    r690 r691  
    2121    def _update_acronyms(self): 
    2222        page = WikiPage(self.env, self.acronym_page) 
    23         self.env.log.debug(page.text) 
    2423        self.env.log.debug('Updating acronym database') 
    2524        self.acronyms = {} 
     
    6867    # IWikiSyntaxProvider methods 
    6968    def get_wiki_syntax(self): 
    70         self.env.log.debug("get_wiki_syntax()") 
    7169        if self.compiled_acronyms: 
    7270            yield (self.compiled_acronyms, self._acronym_formatter)