Changeset 9369 for src/django_gheat


Ignore:
Timestamp:
Jul 12, 2011, 7:40:59 AM (13 years ago)
Author:
rick
Message:

Without the debugging actually, useless print

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/settings.py

    r9368 r9369  
    1010DEBUG = os.path.exists(PROJECT_HOME + '/debug-active')
    1111TEMPLATE_DEBUG = DEBUG
    12 
    13 print DEBUG
    1412
    1513if DEBUG and not os.path.exists(OSM_CACHE_DIR):
Note: See TracChangeset for help on using the changeset viewer.