From d5e7ce98c31e9985c39055bf04935885b13af233 Mon Sep 17 00:00:00 2001 From: John Donaldson Date: Thu, 3 Oct 2019 16:28:04 -0500 Subject: [PATCH] Rolling back a bad part of a commit --- src/instance.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/instance.go b/src/instance.go index 28f9fa0..1d3a26f 100644 --- a/src/instance.go +++ b/src/instance.go @@ -24,7 +24,6 @@ type Instance struct { categories map[string]*Mothball update chan bool - puzzleList map[string]int{} jPuzzleList []byte jPointsLog []byte nextAttempt map[string]time.Time