mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
Removed console log
This commit is contained in:
parent
5f0a20891b
commit
9727a4ebb7
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ const vuexStorage = localStorage && localStorage.vuex
|
|||
? JSON.parse(localStorage.vuex)
|
||||
: null;
|
||||
|
||||
console.log(vuexStorage);
|
||||
|
||||
const locale = vuexStorage && vuexStorage.settings && vuexStorage.settings.language
|
||||
? vuexStorage.settings.language
|
||||
: 'en';
|
||||
|
|
Loading…
Reference in a new issue