Skip to content

Commit

Permalink
Added a .gitignore to ignore .pyc files and commented a noisey log st…
Browse files Browse the repository at this point in the history
…atement.
  • Loading branch information
davglass committed Jan 6, 2009
1 parent 5ec42da commit c24ab43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pyc
2 changes: 1 addition & 1 deletion bin/yuidoc_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def defineClass(name):

def parseModule(tokenMap):

log.info("\n\n%s:\n\n%s\n" %("tokenMap", unicode(tokenMap)))
log.debug("\n\n%s:\n\n%s\n" %("tokenMap", unicode(tokenMap)))

target = None
self.subModName = False
Expand Down

0 comments on commit c24ab43

Please sign in to comment.