diff options
| author | Jeff Carr <[email protected]> | 2024-01-31 14:06:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-31 14:06:16 -0600 |
| commit | a021641d2efb391ccadb388e70a798f052342b5b (patch) | |
| tree | 48b620dfc7a3f15445c83bd19dc16c8ed7c75665 | |
| parent | 3635940359f6c2e2ac7d694edcf70609caab0d07 (diff) | |
remove testing code
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | main.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -52,10 +52,6 @@ func helloworld() { computers.AddText("Atari 500") computers.AddText("Beagleboard") computers.AddText("Unmatched Rev B") - computers.AddText("asldjf") - computers.AddText("asdjf") - computers.AddText("a1jf") - computers.AddText("jf") computers.SetText("Beagleboard") colors = grid.NewCombobox().SetProgName("COLORS") |
