forked from TrueCloudLab/frostfs-http-gw
misc: drop unused Debug variable
Fix deadcode warning: misc.go:8:2 deadcode `Debug` is unused We have logging options and this one is not really needed. Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
parent
73bd26bc12
commit
b5c08a8e73
2 changed files with 1 additions and 4 deletions
1
misc.go
1
misc.go
|
@ -5,5 +5,4 @@ const Prefix = "HTTP_GW"
|
|||
var (
|
||||
Build = "now"
|
||||
Version = "dev"
|
||||
Debug = "false"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue