Browse Source

Remove blocking debug statement.

Stefano Cossu 6 years ago
parent
commit
3cb3330594
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lakesuperior/model/ldpr.py

+ 0 - 1
lakesuperior/model/ldpr.py

@@ -371,7 +371,6 @@ class Ldpr(metaclass=ABCMeta):
 
         @param create_only (boolean) Whether this is a create-only operation.
         '''
-        pdb.set_trace()
         create = create_only or not self.is_stored
         ev_type = RES_CREATED if create else RES_UPDATED