summaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 22:36:36 -0600
committerJeff Carr <[email protected]>2024-12-01 22:36:36 -0600
commitbe026e8edc5a9cac0d8923cc00099c150f97e329 (patch)
tree3129f490b1d42b0c93cdf2991b6e80ecb496d4e2 /human.go
parentdc3fe4bd2e4fff95bd938eada5d71314e124b2c1 (diff)
remove all the old testing things()v0.0.15
Diffstat (limited to 'human.go')
-rw-r--r--human.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/human.go b/human.go
index 67b7952..dcf2289 100644
--- a/human.go
+++ b/human.go
@@ -37,8 +37,7 @@ func (f *Forge) standardHeader(r *ForgeConfig) string {
// print a human readable table to STDOUT
func (f *Forge) ConfigPrintTable() {
if f == nil {
- log.Info("WTF forge == nil")
- panic("WTF forge == nil")
+ return
}
log.Info(standardHeader())
loop := f.Config.SortByGoPath()