Skip to content

Commit

Permalink
Small simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
flanglet committed Sep 24, 2024
1 parent ad0caed commit 2a24fd9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions v2/app/Kanzi.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,8 @@ func processCommandLine(args []string, argsMap map[string]any) int {
verbose = 0
}

if verbose >= 1 {
log.Println("\n"+_APP_HEADER+"\n", true)
log.Println(_APP_SUB_HEADER, true)
log.Println(_APP_USAGE, true)
}

log.Println("\n"+_APP_HEADER+"\n", verbose >= 1)
log.Println(_APP_SUB_HEADER, verbose > 1)
inputName = ""
outputName = ""
ctx = -1
Expand Down

0 comments on commit 2a24fd9

Please sign in to comment.