diff options
-rw-r--r-- | src/bin/br.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bin/br.rs b/src/bin/br.rs index 9dcaaef..9f6c10e 100644 --- a/src/bin/br.rs +++ b/src/bin/br.rs @@ -48,10 +48,6 @@ fn main() { } fn main_run(args: Run) { - if args.debug { - unsafe { VERBOSE = true; } - } - let program_path = args.program.as_ref().map(|p| p.as_path()); let Bytecode { bytes: bytecode, path } = load_bytecode(program_path); let symbols_path = path.as_ref().map(|p| { |