Remove console.log

This commit is contained in:
Rashid Khan 2013-12-03 14:27:09 -07:00
parent 3f80ef0dcb
commit 372b6d96f9

View File

@ -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