chore: Remove RUST_LOG export from restart script as it is the internal default

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-01-27 18:32:44 -03:00
parent 1a5f54e576
commit cb61c130c3

View file

@ -1,4 +1,3 @@
export RUST_LOG=info
pkill rustc -9
pkill botserver -9
pkill botui -9