mirror of
https://github.com/vlang/v.git
synced 2025-09-12 08:57:09 -04:00
os: remove commented code in home_dir() function (#24929)
This commit is contained in:
parent
e3b07d9ddc
commit
04f90f0f2c
@ -542,9 +542,6 @@ pub fn home_dir() string {
|
||||
$if windows {
|
||||
return getenv('USERPROFILE')
|
||||
} $else {
|
||||
// println('home_dir() call')
|
||||
// res:= os.getenv('HOME')
|
||||
// println('res="$res"')
|
||||
return getenv('HOME')
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user