Explorar o código

Remove blocking debug statement.

Stefano Cossu %!s(int64=6) %!d(string=hai) anos
pai
achega
3cb3330594
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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