mirror of
https://github.com/rclone/rclone.git
synced 2025-01-19 04:39:27 +01:00
6 lines
79 B
Go
6 lines
79 B
Go
|
// +build !debug
|
||
|
|
||
|
package sftp
|
||
|
|
||
|
func debug(fmt string, args ...interface{}) {}
|