restic/internal/debug/debug_release.go

7 lines
142 B
Go
Raw Normal View History

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{}) {}