Kaynağa Gözat

AMBARI-6874. Fix UI unit tests after jobs, admin and recommendation changes. Additional partch. (Denys Buzhor via akovalenko)

Aleksandr Kovalenko 11 yıl önce
ebeveyn
işleme
13ed07199f
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      ambari-web/app/utils/host_progress_popup.js

+ 0 - 1
ambari-web/app/utils/host_progress_popup.js

@@ -338,7 +338,6 @@ App.HostPopup = Em.Object.create({
         'COMPLETED': ['SUCCESS', 'icon-ok', 'progress-success', false]
       };
       var pendingStatus = ['PENDING', 'icon-cog', 'progress-info', true];
-      debugger;
       this.set("servicesInfo", null);
       this.get("inputData").forEach(function (service) {
         var status = statuses[service.status] || pendingStatus;