forked from TrueCloudLab/restic
debug: enable debug support for release builds
This commit is contained in:
parent
82c268c917
commit
38becfc436
2 changed files with 0 additions and 10 deletions
|
@ -1,6 +1,3 @@
|
|||
//go:build debug
|
||||
// +build debug
|
||||
|
||||
package debug
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
//go:build !debug
|
||||
// +build !debug
|
||||
|
||||
package debug
|
||||
|
||||
// Log prints a message to the debug log (if debug is enabled).
|
||||
func Log(fmt string, args ...interface{}) {}
|
Loading…
Reference in a new issue