cmd/v: remove debug prints

pull/4340/head
Alexander Medvednikov 2020-04-10 18:18:50 +02:00
parent f76931c01e
commit fc4a05741c
1 changed files with 2 additions and 2 deletions

View File

@ -104,8 +104,8 @@ fn main() {
else {}
}
if command in ['run', 'build'] || command.ends_with('.v') || os.exists(command) {
println('command')
println(prefs.path)
//println('command')
//println(prefs.path)
builder.compile(command, prefs)
return
}