mirror of https://github.com/restic/restic.git
debug: enable debug support for release builds
This commit is contained in:
parent
82c268c917
commit
38becfc436
|
@ -1,6 +1,3 @@
|
||||||
//go:build debug
|
|
||||||
// +build debug
|
|
||||||
|
|
||||||
package debug
|
package debug
|
||||||
|
|
||||||
import (
|
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 New Issue