Skip to content

Commit b0f815d

Browse files
committed
Removed debugging log call
1 parent dfdb00b commit b0f815d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/src/modules/sm/App/controllers/AppController.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ angular.module('sm').controller("AppController", function($scope, localStorage,
7373
// Check if state version exists or is correct
7474
if(storedState.hasOwnProperty('meta') && storedState.meta.stateVersion == $scope.stateVersion) {
7575
$scope.state = storedState;
76-
console.log('asdjasdjk');
7776
if(!$scope.state.displayOptions.hasOwnProperty('creditWarning') || !$scope.state.displayOptions.creditWarning) {
7877
$scope.state.displayOptions.creditWarning = 18;
7978
}

0 commit comments

Comments
 (0)