From 929cff7ad776ddccd112263976ffecbab78dfc64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E7=91=97=E6=9D=B0?= <3695888@qq.com> Date: Thu, 7 Oct 2021 19:37:10 +0800 Subject: [PATCH] commit about v 0.5.3 release comming(no DEMO) --- Difficult_Rocket/api/command.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Difficult_Rocket/api/command.py b/Difficult_Rocket/api/command.py index 11bc2eb..5c267db 100644 --- a/Difficult_Rocket/api/command.py +++ b/Difficult_Rocket/api/command.py @@ -150,7 +150,6 @@ class CommandLine(widgets.WidgetBase): @editing.setter def editing(self, value): - print(value) assert type(value) is bool, 'Command editing must be bool!' self._editing = value self._line.visible = value