* remove console.log.

This commit is contained in:
Catouse
2016-05-04 13:53:52 +08:00
parent d27aa31723
commit a9e4e1d8a1
-2
View File
@@ -146,8 +146,6 @@ $(function()
var tree = $tree.data('zui.tree');
console.log(tree);
// Expand all nodes when user visit at first time of this day.
if(!tree.store.time || tree.store.time < (new Date().getTime() - 24*40*60*1000))
{