mirror of https://gitlab.com/pamhyr/pamhyr2
Friction: Delete useless prints.
parent
e41c23120a
commit
6951b82339
|
|
@ -64,8 +64,6 @@ class Friction(SQLSubModel):
|
|||
def _db_load(cls, execute, data=None):
|
||||
new = []
|
||||
|
||||
logger.info(data)
|
||||
|
||||
reach = data["reach"]
|
||||
status = data["status"]
|
||||
stricklers = data["stricklers"].stricklers
|
||||
|
|
@ -91,8 +89,6 @@ class Friction(SQLSubModel):
|
|||
|
||||
new.append((ind, sec))
|
||||
|
||||
logger.info(new)
|
||||
|
||||
return new
|
||||
|
||||
def _db_save(self, execute, data=None):
|
||||
|
|
|
|||
Loading…
Reference in New Issue