refactor(utils): remove unnecessary console logs to enhance code clarity in emoji display function
This commit is contained in:
parent
50903c7e39
commit
7c6f5c8739
@ -71,7 +71,6 @@ async function emojisPairingRequest() {
|
|||||||
|
|
||||||
// Display address emojis and other device emojis
|
// Display address emojis and other device emojis
|
||||||
export async function displayEmojis(text: string) {
|
export async function displayEmojis(text: string) {
|
||||||
console.log("🚀 ~ Services ~ adressToEmoji");
|
|
||||||
try {
|
try {
|
||||||
const container = getCorrectDOM("login-4nk-component") as HTMLElement;
|
const container = getCorrectDOM("login-4nk-component") as HTMLElement;
|
||||||
const emojis = await addressToEmoji(text);
|
const emojis = await addressToEmoji(text);
|
||||||
|
|||||||
@ -306,7 +306,6 @@ export class CoreBackend {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async ensureConnections(process: Process, stateId: string | null = null): Promise<void> {
|
public async ensureConnections(process: Process, stateId: string | null = null): Promise<void> {
|
||||||
console.info(`[CoreWorker] 🔄 Check connexions (StateID: ${stateId || 'default'})`);
|
|
||||||
if (!process) return;
|
if (!process) return;
|
||||||
|
|
||||||
let state: ProcessState | null = null;
|
let state: ProcessState | null = null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user