浏览代码

HUE-6077 [frontend] Remove console.log from Routie

Enrico Berti 8 年之前
父节点
当前提交
eeb3682
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      desktop/core/src/desktop/static/desktop/js/hue.routie.js

+ 0 - 1
desktop/core/src/desktop/static/desktop/js/hue.routie.js

@@ -206,7 +206,6 @@ var Routie = function(w, isModule) {
 
   var hashChanged = routie.reload = function() {
     if (pathname === '' || window.location.pathname.indexOf(pathname) > -1) {
-      console.log('ahsh cahgne or path', pathname)
       var hash = getHash();
       for (var i = 0, c = routes.length; i < c; i++) {
         var route = routes[i];