From 6951b823392a24200fd50b8665b3116ba8571096 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Mon, 11 Dec 2023 11:12:41 +0100 Subject: [PATCH] Friction: Delete useless prints. --- src/Model/Friction/Friction.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Model/Friction/Friction.py b/src/Model/Friction/Friction.py index 2e6ec259..ecc4a559 100644 --- a/src/Model/Friction/Friction.py +++ b/src/Model/Friction/Friction.py @@ -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):