mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cmd/v: remove debug prints
This commit is contained in:
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
Block a user