ソースを参照

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');
     }
   }
 });