mirror of
https://github.com/rclone/rclone.git
synced 2025-06-03 00:36:38 +02:00
6 lines
79 B
Go
6 lines
79 B
Go
// +build !debug
|
|
|
|
package sftp
|
|
|
|
func debug(fmt string, args ...interface{}) {}
|