mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-15 12:23:15 +00:00
removing echos
This commit is contained in:
parent
fb8f530b88
commit
5fd30dca23
@ -93,11 +93,9 @@ proc process*(
|
||||
|
||||
case self.operation
|
||||
of CREATE_NODE:
|
||||
echo "------------ calling createWaku"
|
||||
waku[] = (await createWaku(self.configJson, self.appCallbacks)).valueOr:
|
||||
error "CREATE_NODE failed", error = error
|
||||
return err($error)
|
||||
echo "------------ after createWaku"
|
||||
of START_NODE:
|
||||
(await waku.startWaku()).isOkOr:
|
||||
error "START_NODE failed", error = error
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user