Disable printing. I broke it
This commit is contained in:
parent
c520216ddd
commit
ef98db2967
@ -28,6 +28,8 @@ func main() {
|
||||
// Grab the window size
|
||||
if len(os.Args) > 1 {
|
||||
if os.Args[1] == "-print" {
|
||||
fmt.Println("Not working right now... Sorry.")
|
||||
os.Exit(1)
|
||||
printMap = true
|
||||
}
|
||||
}
|
||||
@ -77,8 +79,6 @@ func main() {
|
||||
PrintStatus()
|
||||
}
|
||||
fmt.Println("Ctrl+C to Quit")
|
||||
for {
|
||||
}
|
||||
}
|
||||
|
||||
func GetNodesAsString(nodes []byte) string {
|
||||
|
Loading…
Reference in New Issue
Block a user