AvianNetwork / Avian

Avian Network is a proof-of-work secured blockchain designed for efficient and interoperable asset management.
https://avn.network
MIT License
54 stars 25 forks source link

remove stdout spamming #34

Closed fdoving closed 2 years ago

fdoving commented 2 years ago

Did not investigate where it comes from. Looks like some debug-info someone forgot to disable.

Lots of this:

image

Xangis commented 2 years ago

I tried to find this in the code at one point by grepping for "##" and couldn't -- it's going to be formatted output that might be tricky to track down.

fdoving commented 2 years ago

Looks like this line: https://github.com/AvianNetwork/Avian/blob/790a0d8de43272439b6524845bb3a2d0681e14e5/src/script/interpreter.cpp#L249

alamshafil commented 2 years ago

This has been bothering me forever; I never took the time to find the root cause. I appreciate you fixing this! Merged #36