From 372b6d96f9c739d812d9489a48e13d94c24f35ef Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Tue, 3 Dec 2013 14:27:09 -0700 Subject: [PATCH] Remove console.log --- src/vendor/angular/angular-strap.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vendor/angular/angular-strap.js b/src/vendor/angular/angular-strap.js index 189d9ef4b2a..281ce1145f4 100644 --- a/src/vendor/angular/angular-strap.js +++ b/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