mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
Remove forgotten console.log
This commit is contained in:
parent
13ced12cc9
commit
9751d3584b
@ -72,7 +72,6 @@
|
||||
replace: true,
|
||||
link: function ($scope, element, attrs) {
|
||||
$scope.basePath = $location.path().substring(1);
|
||||
console.log($location.path, $location);
|
||||
$scope.selectTab = function (tabKey) {
|
||||
$scope.selectedTab = _.find($scope.tabsCollection, function (tab) {
|
||||
return tab.key == tabKey;
|
||||
|
Loading…
Reference in New Issue
Block a user