Remove forgotten console.log

This commit is contained in:
Arik Fraimovich 2016-01-08 20:45:13 +02:00
parent 13ced12cc9
commit 9751d3584b

View File

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