aeternity / aestudio

Æ Studio - Aeternity's Smart Contract Editor formerly known as Fire Editor !
ISC License
8 stars 15 forks source link

cleanup debug log messages #66

Closed marc0olo closed 3 years ago

marc0olo commented 3 years ago

there are currently some really weird messages in the console, see:

image

in general it seems like the ACI is requested a lot of times from the compiler. is it really required to call the http compiler that often? I don't think so

nikita-fuchs commented 3 years ago

Agree, formatted the log messages a little. The compiler isn't called that often though, it's just multiple event-based subscriptions firing on every call.