From a4abfb6afbccd48350c8ce007e66bdfab0fdec75 Mon Sep 17 00:00:00 2001 From: Nitwel Date: Wed, 1 May 2024 19:12:17 +0200 Subject: [PATCH] remove print --- app/content/entities/timer/timer.gd | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/content/entities/timer/timer.gd b/app/content/entities/timer/timer.gd index 416d194..e19986e 100644 --- a/app/content/entities/timer/timer.gd +++ b/app/content/entities/timer/timer.gd @@ -53,8 +53,6 @@ func set_state(stateInfo): if stateInfo == null: return - print("stateInfo: ", stateInfo) - var state = stateInfo["state"] var attributes = stateInfo["attributes"]