mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-02 12:53:08 +00:00
remove logs
This commit is contained in:
parent
b4afc2c175
commit
cd8085f6e5
875
examples/flush-notes/package-lock.json
generated
875
examples/flush-notes/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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 })
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user