rclone/vendor/storj.io/drpc/drpcdebug/log_disabled.go
2020-05-12 15:56:50 +00:00

10 lines
225 B
Go

// Copyright (C) 2019 Storj Labs, Inc.
// See LICENSE for copying information.
// +build !debug
package drpcdebug
// Log executes the callback for a string to log if built with the debug tag.
func Log(cb func() string) {}