mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-03-15 04:12:32 +00:00
remove log
This commit is contained in:
parent
48bae8bf63
commit
0a3b36f9aa
@ -100,7 +100,6 @@ import {
|
||||
import { getData, removeKeysAndLogout, storeData } from "./utils/chromeStorage";
|
||||
import {BackgroundFetch} from '@transistorsoft/capacitor-background-fetch';
|
||||
import { LocalNotifications } from '@capacitor/local-notifications';
|
||||
// import ChatComputePowWorker from './chatComputePow.worker.js?worker';
|
||||
|
||||
const uid = new ShortUniqueId({ length: 9, dictionary: 'number' });
|
||||
|
||||
|
@ -127,7 +127,6 @@ export const ManageMembers = ({
|
||||
const getMembers = async (groupId) => {
|
||||
try {
|
||||
const res = await getGroupMembers(groupId);
|
||||
console.log('res', res)
|
||||
setMembersWithNames(res?.members || []);
|
||||
} catch (error) {}
|
||||
};
|
||||
|
@ -24,7 +24,6 @@ export const decryptStoredWallet = async (password, wallet) => {
|
||||
}
|
||||
|
||||
export const decryptStoredWalletFromSeedPhrase = async (password) => {
|
||||
console.log('p')
|
||||
const threads = doInitWorkers(crypto.kdfThreads)
|
||||
const salt = new Uint8Array(void 0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user