node: Do not set `RUST_BACKTRACE`
Even though it helps diagnosing panics, it should be up to the user to set RUST_BACKTRACE.
Frankly, I think it was a mistake to have radicle-node modify its own environment. We should have told the users that were seeing panics to please set RUST_BACKTRACE=1.
Even though it helps diagnosing panics, it should be up to the user to set RUST_BACKTRACE.
Frankly, I think it was a mistake to have radicle-node modify its own environment. We should have told the users that were seeing panics to please set RUST_BACKTRACE=1.