1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-07 01:41:39 +00:00

Remove log

This commit is contained in:
Daniel Pan
2016-03-23 10:47:35 +08:00
parent 0f335a8aa3
commit f5498dd835

View File

@@ -21,7 +21,6 @@ define([
highlight: function() {
// if there are dropdown items or freezeItemHightlight is set, don't highlight
console.log("highlight");
if (app.ui.currentDropdown || app.ui.freezeItemHightlight) {
return;
}