remove logs
This commit is contained in:
parent
b4afc2c175
commit
cd8085f6e5
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…
Reference in New Issue