Commit 372b6d96 by Rashid Khan

Remove console.log

parent 3f80ef0d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment