summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.go b/main.go
index e1c5b39f8..3baf6c275 100644
--- a/main.go
+++ b/main.go
@@ -31,9 +31,10 @@ func main() {
os.Exit(-1)
}
- if commands.Hugo != nil {
+ // TODO(bep) cli refactor
+ /*if commands.Hugo != nil {
if commands.Hugo.Log.LogCountForLevelsGreaterThanorEqualTo(jww.LevelError) > 0 {
os.Exit(-1)
}
- }
+ }*/
}