Jelajahi Sumber

Remove blocking debug statement.

Stefano Cossu 6 tahun lalu
induk
melakukan
3cb3330594
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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.
         @param create_only (boolean) Whether this is a create-only operation.
         '''
         '''
-        pdb.set_trace()
         create = create_only or not self.is_stored
         create = create_only or not self.is_stored
         ev_type = RES_CREATED if create else RES_UPDATED
         ev_type = RES_CREATED if create else RES_UPDATED