Friction: Delete useless prints.

setup.py
Pierre-Antoine Rouby 2023-12-11 11:12:41 +01:00
parent e41c23120a
commit 6951b82339
1 changed files with 0 additions and 4 deletions

View File

@ -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):