Przeglądaj źródła

Remove console.log

Rashid Khan 12 lat temu
rodzic
commit
372b6d96f9
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/vendor/angular/angular-strap.js

+ 0 - 1
src/vendor/angular/angular-strap.js

@@ -712,7 +712,6 @@ angular.module('$strap.directives').directive('bsTabs', [
             scope.$watch(iAttrs.ngModel, function (newValue, oldValue) {
               if (angular.isUndefined(newValue))
                 return;
-              console.log(oldValue +" -> "+ newValue);
               activeTab = newValue;
               setTimeout(function () {
                 // Check if we're still on the same tab before making the switch