github.com/fawick/restic@v0.1.1-0.20171126184616-c02923fbfc79/internal/debug/debug_release.go (about)

     1  // +build !debug
     2  
     3  package debug
     4  
     5  // Log prints a message to the debug log (if debug is enabled).
     6  func Log(fmt string, args ...interface{}) {}