Skip to content

Commit

Permalink
Shim.go: Hide debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Dec 30, 2015
1 parent 28238de commit f4b896f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bin/node.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/shim.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func main() {
} else
if v, err := ioutil.ReadFile(os.Getenv("NODIST_PREFIX")+"\\.node-version"); err == nil {
spec = string(v)
fmt.Println("Global file found:'", spec, "'")
//fmt.Println("Global file found:'", spec, "'")
}

spec = strings.Trim(spec, "v \r\n")
Expand Down

0 comments on commit f4b896f

Please sign in to comment.