aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.83k stars 89 forks source link

Removes `aurae.print` which is no longer necessary because `console.log` is available #477

Closed seanwatters closed 1 year ago

izissise commented 1 year ago

I believe toString is only used in print maybe it can be removed aswell?

seanwatters commented 1 year ago

Great point. Pushed up the toString removal.