fix: remove debug console.log
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
620296d22f
commit
4927ef369a
@ -44,7 +44,6 @@ const dataFromCache: Ref<Observable<any>> = ref(null);
|
||||
if (isDataOutdated(props.name)) {
|
||||
emits('cached', storeInCache(props.callback(), props.name));
|
||||
} else {
|
||||
console.log('Sending cached data');
|
||||
let data = localStorage.getItem(props.name);
|
||||
try {
|
||||
emits('cached', of(JSON.parse(data)));
|
||||
|
Loading…
Reference in New Issue
Block a user