diff --git a/compiler/main.v b/compiler/main.v index a09acccce0..8b0606c91c 100755 --- a/compiler/main.v +++ b/compiler/main.v @@ -57,7 +57,6 @@ fn main() { } // Construct the V object from command line arguments mut v := compiler.new_v(args) - v.pref.building_v = true if v.pref.is_verbose { println(args) }