mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove console.log
This commit is contained in:
parent
3f80ef0dcb
commit
372b6d96f9
1
src/vendor/angular/angular-strap.js
vendored
1
src/vendor/angular/angular-strap.js
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user