From 6aef4dc4c2971012aa566062f2418834f8a3344c Mon Sep 17 00:00:00 2001 From: Craig Kerstiens Date: Wed, 7 Sep 2011 16:29:47 -0700 Subject: [PATCH] removing debugging --- bin/compile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/compile b/bin/compile index a5f4a0f..25b0a1d 100755 --- a/bin/compile +++ b/bin/compile @@ -66,16 +66,11 @@ try: 'HOST': url.hostname, 'PORT': url.port, } - print 1 if url.scheme == 'postgres': DATABASES['default']['ENGINE'] = 'django.db.backends.postgresql_psycopg2' - print 2 - print DATABASES if url.scheme == 'mysql': DATABASES['default']['ENGINE'] = 'django.db.backends.mysql' - print 3 except: - print 4 print "Unexpected error:", sys.exc_info() EOF