浏览代码

AMBARI-3477 JavaScript errors during service tab changing. (atkach)

atkach 11 年之前
父节点
当前提交
8281195b69
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/app.js

+ 1 - 1
ambari-web/app/app.js

@@ -72,7 +72,7 @@ Em.View.reopen({
     if(!this.get('isDestroyed') && !this.get('isDestroying')){
       this._super(attr, value);
     } else {
-      console.error('Calling set on destroyed view');
+      console.debug('Calling set on destroyed view');
     }
   }
 });