* refactor: remove console.log.

This commit is contained in:
Hao Sun
2021-09-07 16:12:56 +08:00
parent 9803d12a21
commit eef065aa39
-1
View File
@@ -363,7 +363,6 @@ $(function()
var updateTimer;
var updateCallback = function()
{
console.log('i');
updateKanbanAffixState();
updateTimer = null;
};