Skip to content

Commit

Permalink
remove some debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ptone committed Jul 11, 2012
1 parent 484198e commit b144a92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions django/apps/cache.py
Expand Up @@ -66,8 +66,6 @@ def _reload(self):
"""
self._reset()
self._populate()
# x = str([app._meta.label for app in self.loaded_apps])
sys.stderr.write('\ncache reloaded: %s apps\n\n' % len(self.loaded_apps))

def _populate(self):
"""
Expand Down

0 comments on commit b144a92

Please sign in to comment.