summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-03-02 11:51:16 -0600
committerJeff Carr <[email protected]>2024-03-02 11:51:16 -0600
commit46de348eb26cae3558ca943b46472a8cdc3e3a96 (patch)
treed56cffcd93445910ddb1abe0d5243467126615ce /main.go
parent7b4eb41de7e1c65c07dfc8f04f1263b3f258b268 (diff)
start rewrite after some years of nothingv0.22.0v0.21.2
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 5e4d7e2..0896047 100644
--- a/main.go
+++ b/main.go
@@ -47,7 +47,7 @@ func main() {
// These are your problems
me.problems = InitErrorBox(me.window.Box(), "Errors", "has problems?")
- me.problems.addIPerror(RR, USER, "1:1:1:1")
+ // me.problems.addIPerror(RR, USER, "1:1:1:1")
me.window.Show()