remove console logs

This commit is contained in:
Henry Jameson 2026-03-13 13:09:39 +02:00
commit b564fc2d66
5 changed files with 0 additions and 8 deletions

View file

@ -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() &&