1
mirror of https://github.com/thepeacockproject/Peacock synced 2025-03-27 11:12:44 +01:00

remove confusing log output ()

This commit is contained in:
moonysolari 2023-03-20 19:54:59 -04:00 committed by GitHub
parent e6f72eb53d
commit 7a47bb418a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -670,7 +670,6 @@ export class Controller {
if (openCtJson) {
return fastClone(openCtJson)
}
log(LogLevel.TRACE, `Contract ${id} not found!`)
return undefined
}