1
0
mirror of https://github.com/restic/restic.git synced 2024-06-28 08:00:52 +02:00
restic/internal/debug/debug_release.go

7 lines
142 B
Go
Raw Normal View History

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