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