mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
Use debug instead of info (#147)
This commit is contained in:
parent
d073f2dc33
commit
ed89e2fb34
@ -62,7 +62,7 @@ export function _debuglog(
|
||||
for (let i = 0; i < args.length; i++) {
|
||||
message = message.concat(' {}')
|
||||
}
|
||||
log.info('@@@@@@ ' + message, args)
|
||||
log.debug('@@@@@@ ' + message, args)
|
||||
}
|
||||
|
||||
export function debuglog(
|
||||
|
Loading…
Reference in New Issue
Block a user