Skip to content

Commit

Permalink
Removed debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 30, 2006
1 parent ac288a5 commit 36a409b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions snowberry/sb/aodb.py
Expand Up @@ -669,9 +669,7 @@ def loadAll():
# Load all the installed addons in the system and user addon
# databases.
for repository in [paths.ADDONS] + paths.getAddonPaths():
print "rep", repository
for name in paths.listFiles(repository):
print "found", name
# Case insensitive.
if re.search("(?i)^([^.#].*)\.(" + \
string.join(ao.EXTENSIONS, '|') + ")$",
Expand Down

0 comments on commit 36a409b

Please sign in to comment.