From eef065aa3937148632260a5bde474df8d49b742a Mon Sep 17 00:00:00 2001 From: Hao Sun Date: Tue, 7 Sep 2021 16:12:56 +0800 Subject: [PATCH] * refactor: remove console.log. --- module/common/view/kanban.html.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/common/view/kanban.html.php b/module/common/view/kanban.html.php index 03089e6128..ffd356593c 100644 --- a/module/common/view/kanban.html.php +++ b/module/common/view/kanban.html.php @@ -363,7 +363,6 @@ $(function() var updateTimer; var updateCallback = function() { - console.log('i'); updateKanbanAffixState(); updateTimer = null; };