diff --git a/src/utils/sp-address.utils.ts b/src/utils/sp-address.utils.ts index 801d63c..4109bea 100755 --- a/src/utils/sp-address.utils.ts +++ b/src/utils/sp-address.utils.ts @@ -71,7 +71,6 @@ async function emojisPairingRequest() { // Display address emojis and other device emojis export async function displayEmojis(text: string) { - console.log("🚀 ~ Services ~ adressToEmoji"); try { const container = getCorrectDOM("login-4nk-component") as HTMLElement; const emojis = await addressToEmoji(text); diff --git a/src/workers/core.worker.ts b/src/workers/core.worker.ts index c2d29b2..8816414 100644 --- a/src/workers/core.worker.ts +++ b/src/workers/core.worker.ts @@ -306,7 +306,6 @@ export class CoreBackend { } public async ensureConnections(process: Process, stateId: string | null = null): Promise { - console.info(`[CoreWorker] 🔄 Check connexions (StateID: ${stateId || 'default'})`); if (!process) return; let state: ProcessState | null = null;