mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
remove a println()
This commit is contained in:
@ -843,7 +843,6 @@ pub fn new_v(args[]string) &V {
|
||||
// `v -o dir/exec`, create "dir/" if it doesn't exist
|
||||
if out_name.contains(os.path_separator) {
|
||||
d := out_name.all_before_last(os.path_separator)
|
||||
println('DIRRR ' + d)
|
||||
if !os.dir_exists(d) {
|
||||
println('creating a new directory "$d"')
|
||||
os.mkdir(d)
|
||||
|
Reference in New Issue
Block a user