fix(ndk): disable debug
debug mode should be only enabled locally or on proper env
This commit is contained in:
parent
b5ba87443c
commit
52f1735d40
@ -111,7 +111,7 @@ export const NDKContextProvider = ({ children }: { children: ReactNode }) => {
|
||||
}
|
||||
|
||||
const ndk = useMemo(() => {
|
||||
localStorage.setItem('debug', '*')
|
||||
localStorage.removeItem('debug')
|
||||
const dexieAdapter = new NDKCacheAdapterDexie({ dbName: 'degmod-db' })
|
||||
dexieAdapter.locking = true
|
||||
const ndk = new NDK({
|
||||
|
Loading…
x
Reference in New Issue
Block a user