mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Removing uncecessary console.log
This commit is contained in:
@@ -203,7 +203,6 @@ angular.module('app').service('Persist', ['$window','lodash', function ($window,
|
||||
*/
|
||||
this.setState = function (state) {
|
||||
if (this.lsEnabled) {
|
||||
console.log('Stand Alone state update:', state);
|
||||
localStorage.setItem('state',angular.toJson(state));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user