mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-07-24 18:51:24 +00:00
remove log
This commit is contained in:
src
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user