diff options
| author | Jeff Carr <[email protected]> | 2021-11-04 08:45:20 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-11-04 08:45:20 -0500 |
| commit | d1dfd2b88ca783e0333ceed6a878ca088bfdb120 (patch) | |
| tree | 6014775f4acdb3d8415cfb8eba32886af6aa7b4f /gui.go | |
| parent | f5fa56cddcd2bb50d7a37637d1e8e056bfeea113 (diff) | |
NOTE: minor
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -14,10 +14,9 @@ const Xaxis = 0 // box that is horizontal const Yaxis = 1 // box that is vertical func init() { - log.Println("gui.init() has been run") + log.Println("gui.init() REMOVE THIS init()") Data.NodeMap = make(map[string]*Node) - Data.NodeSlice = make([]*Node, 0) Config.counter = 0 |
