restic/internal/debug/debug_release.go

8 lines
160 B
Go
Raw Normal View History

2022-03-28 16:23:47 -04:00
//go:build !debug
2015-01-14 16:08:48 -05:00
// +build !debug
package debug
2016-09-27 16:23:34 -04:00
// Log prints a message to the debug log (if debug is enabled).
2016-09-27 16:35:08 -04:00
func Log(fmt string, args ...interface{}) {}