Deleted log fatal

This commit is contained in:
David Paz 2017-06-16 13:07:32 +02:00
parent 91cee517c5
commit 47acd8841c

View File

@ -80,9 +80,6 @@ func main() {
data, _ := json.MarshalIndent(out, "", " ")
fmt.Printf("%s\n", data)
if errors {
os.Exit(2)
}
}
func usage() {