remove console logs
This commit is contained in:
parent
2290816e8b
commit
b564fc2d66
5 changed files with 0 additions and 8 deletions
|
|
@ -20,10 +20,8 @@ export const getJsonOrError = async (response) => {
|
|||
}
|
||||
|
||||
export const createApp = (instance) => {
|
||||
console.log('NAP', instance)
|
||||
const url = `${instance}/api/v1/apps`
|
||||
const form = new window.FormData()
|
||||
console.log(url)
|
||||
|
||||
form.append('client_name', 'PleromaFE')
|
||||
form.append('website', 'https://pleroma.social')
|
||||
|
|
|
|||
|
|
@ -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