Removed print statements left in the code.

This commit is contained in:
Chris Church
2013-05-21 19:19:46 -04:00
parent 9478d8d532
commit 903274db3e
2 changed files with 0 additions and 3 deletions

View File

@@ -521,7 +521,6 @@ class JobAccess(BaseAccess):
model = Job
def can_change(self, obj, data):
print 'CAN_CHANGE', obj, data
return self.user.is_superuser and obj.status == 'new'
def can_start(self, obj):