diff options
| author | Jeff Carr <[email protected]> | 2025-10-27 20:38:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-27 20:38:36 -0500 |
| commit | 1fe9716603d5aebc42e63228d9ade30e34ef085a (patch) | |
| tree | ef99316023ffc264fec27d4fec7a101561e36efe /doNormal.go | |
| parent | 34ecc3bd69f5ed24f507b40c2c4ebc20328e7b05 (diff) | |
fixes for "forge rebuild forge"v0.25.104
Diffstat (limited to 'doNormal.go')
| -rw-r--r-- | doNormal.go | 1 |
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() } |
