diff options
Diffstat (limited to 'verbose.go')
| -rw-r--r-- | verbose.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ import ( ) func Verbose(a ...any) { - if ! VERBOSE { return } + if ! VERBOSE.B { return } golanglog.Println(a...) } |
