mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-04 05:43:07 +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;
|
this.initializing = true;
|
||||||
console.log("Waku");
|
|
||||||
try {
|
try {
|
||||||
this.emitStatusEvent("Initializing...");
|
this.emitStatusEvent("Initializing...");
|
||||||
const node = await createLightNode({ defaultBootstrap: true });
|
const node = await createLightNode({ defaultBootstrap: true });
|
||||||
@ -49,7 +48,6 @@ export class Waku {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private emitStatusEvent(payload: string) {
|
private emitStatusEvent(payload: string) {
|
||||||
console.log(payload);
|
|
||||||
this.emitter.dispatchEvent(
|
this.emitter.dispatchEvent(
|
||||||
new CustomEvent(WakuEvents.Status, { detail: payload })
|
new CustomEvent(WakuEvents.Status, { detail: payload })
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user