remove logs

This commit is contained in:
Sasha 2023-11-23 13:57:59 +01:00
parent b4afc2c175
commit cd8085f6e5
No known key found for this signature in database
2 changed files with 0 additions and 877 deletions

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,6 @@ export class Waku {
}
this.initializing = true;
console.log("Waku");
try {
this.emitStatusEvent("Initializing...");
const node = await createLightNode({ defaultBootstrap: true });
@ -49,7 +48,6 @@ export class Waku {
}
private emitStatusEvent(payload: string) {
console.log(payload);
this.emitter.dispatchEvent(
new CustomEvent(WakuEvents.Status, { detail: payload })
);