remove console logs
This commit is contained in:
parent
2290816e8b
commit
b564fc2d66
5 changed files with 0 additions and 8 deletions
|
|
@ -136,7 +136,6 @@ const generateTheme = (inputRuleset, callbacks, debug) => {
|
|||
export const tryLoadCache = async () => {
|
||||
console.info('Trying to load compiled theme data from cache')
|
||||
const cache = await localforage.getItem('pleromafe-theme-cache')
|
||||
console.log(cache.checksum)
|
||||
if (!cache) return null
|
||||
try {
|
||||
if (cache.engineChecksum === getEngineChecksum() &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue