cmd/v: remove debug prints
parent
f76931c01e
commit
fc4a05741c
|
@ -104,8 +104,8 @@ fn main() {
|
||||||
else {}
|
else {}
|
||||||
}
|
}
|
||||||
if command in ['run', 'build'] || command.ends_with('.v') || os.exists(command) {
|
if command in ['run', 'build'] || command.ends_with('.v') || os.exists(command) {
|
||||||
println('command')
|
//println('command')
|
||||||
println(prefs.path)
|
//println(prefs.path)
|
||||||
builder.compile(command, prefs)
|
builder.compile(command, prefs)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue