summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
Diffstat (limited to 'doNormal.go')
-rw-r--r--doNormal.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/doNormal.go b/doNormal.go
index a1e2b04..aed713a 100644
--- a/doNormal.go
+++ b/doNormal.go
@@ -53,7 +53,6 @@ func doNormalAll() (string, error) {
func (a *args) DoNormal() (string, error) {
env.Set("modeDir", "jwc")
env.Save()
- panic("donormal. yay")
return doNormalAttempt()
}