remove debugging statements

This commit is contained in:
Benjamin Dauvergne 2013-07-15 15:47:48 +02:00
parent 5bdd937a79
commit 200e88a431
1 changed files with 0 additions and 2 deletions

View File

@ -297,8 +297,6 @@ class Request(models.Model):
super(Request, self).save(*args, **kwargs)
def act(self, who, workflow, description=None):
import pdb
pdb.set_trace()
from .. import rbac
history = self.history_set.all()
ctx = {