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