1
0
mirror of https://github.com/restic/restic.git synced 2025-03-13 10:52:33 +00:00
restic/debug_release.go
2014-12-05 21:45:49 +01:00

6 lines
81 B
Go

// +build !debug
package restic
func debug(fmt string, args ...interface{}) {}