[minor] remove some debug lines that shouldnt be here

This commit is contained in:
Aaron Meihm 2016-03-04 11:51:11 -06:00
Родитель 02fa5e746d
Коммит 4e7fda4c30
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -501,8 +501,6 @@ func main() {
fmt.Fprintf(os.Stderr, "%v\n", err)
doExit(1)
}
fmt.Println(os.Getenv("PATH"))
os.Exit(0)
err = loadLoaderKey()
if err != nil {