Browse Source

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

atkach 11 năm trước cách đây
mục cha
commit
8281195b69
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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');
     }
   }
 });