diff options
| author | Jeff Carr <[email protected]> | 2024-01-04 12:34:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-04 12:34:04 -0600 |
| commit | 9b46482ad0da5e4b965debdb815ebcd89a666d89 (patch) | |
| tree | fce0b8ae561d6f44ff0cd54cdc6bd51ec0f1b3ee /verbose.go | |
| parent | 6b25784508180c69076f53b7a4e78f85b367c902 (diff) | |
make a log config window
Signed-off-by: Jeff Carr <[email protected]>
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...) } |
