Skip to content

Commit

Permalink
Removed logger
Browse files Browse the repository at this point in the history
  • Loading branch information
kux committed Nov 12, 2012
1 parent a95da35 commit 66810bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions filertags/templatetags/filertags.py
Expand Up @@ -33,10 +33,6 @@ def get_filerfile_cache_key(path):
return 'filer-%s' % slugify(path) return 'filer-%s' % slugify(path)




import logging
logger = logging.getLogger(__name__)


def filerfile(path): def filerfile(path):
"""django-filer has two concepts of paths: """django-filer has two concepts of paths:
* the logical path: media/images/foobar.png * the logical path: media/images/foobar.png
Expand Down

0 comments on commit 66810bd

Please sign in to comment.