removing log scope

This commit is contained in:
Gabriel mermelstein 2024-04-10 18:31:04 +03:00
parent ece6eb6670
commit 69162bbdb5
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@ import ../../../waku_store/common, ../serdes, ../responses, ./types
export types
logScope:
topics = "waku node rest store_api"
proc decodeBytes*(
t: typedesc[StoreResponseRest],
data: openArray[byte],