Skip to content

Commit

Permalink
Merge pull request #345 from AGASS007/master
Browse files Browse the repository at this point in the history
removed lone print
  • Loading branch information
bernardopires committed May 30, 2016
2 parents 7b4182a + a70979e commit 12775be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tenant_schemas/routers.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def allow_migrate(self, db, app_label, model_name=None, **hints):

if connection.schema_name == get_public_schema_name():
if app_label not in app_labels(settings.SHARED_APPS):
print app_label
return False
else:
if app_label not in app_labels(settings.TENANT_APPS):
Expand Down

0 comments on commit 12775be

Please sign in to comment.