summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-11-21 11:52:07 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-11-21 11:52:07 +0100
commiteb976c84aaeec1464db24bdd9861496da6fb17a5 (patch)
tree7dbaed5ae8006e8b9a58639e39585a4077b51ba2
parent453252f27b1739b2c5f36bf4d6201ea63400d390 (diff)
downloadkittystore-eb976c84aaeec1464db24bdd9861496da6fb17a5.tar.gz
kittystore-eb976c84aaeec1464db24bdd9861496da6fb17a5.tar.xz
kittystore-eb976c84aaeec1464db24bdd9861496da6fb17a5.zip
Remove leftover debug print statement
-rw-r--r--kittystore/storm/schema/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/kittystore/storm/schema/utils.py b/kittystore/storm/schema/utils.py
index 554ffad..a3e4e00 100644
--- a/kittystore/storm/schema/utils.py
+++ b/kittystore/storm/schema/utils.py
@@ -26,5 +26,4 @@ class CheckingSchema(StormSchema):
return True
else:
patch_applier = PatchApplier(store, self._patch_package)
- print patch_applier.has_pending_patches()
return patch_applier.has_pending_patches()