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):
|
def _db_load(cls, execute, data=None):
|
||||||
new = []
|
new = []
|
||||||
|
|
||||||
logger.info(data)
|
|
||||||
|
|
||||||
reach = data["reach"]
|
reach = data["reach"]
|
||||||
status = data["status"]
|
status = data["status"]
|
||||||
stricklers = data["stricklers"].stricklers
|
stricklers = data["stricklers"].stricklers
|
||||||
|
|
@ -91,8 +89,6 @@ class Friction(SQLSubModel):
|
||||||
|
|
||||||
new.append((ind, sec))
|
new.append((ind, sec))
|
||||||
|
|
||||||
logger.info(new)
|
|
||||||
|
|
||||||
return new
|
return new
|
||||||
|
|
||||||
def _db_save(self, execute, data=None):
|
def _db_save(self, execute, data=None):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue