mirror of
https://github.com/rclone/rclone
synced 2024-12-13 01:13:58 +01:00
sftp: remove stray debug
This commit is contained in:
parent
33c2873ae9
commit
e4835f535d
@ -1,10 +1,6 @@
|
||||
package sftp
|
||||
|
||||
import (
|
||||
"sync"
|
||||
|
||||
"github.com/ncw/rclone/fs"
|
||||
)
|
||||
import "sync"
|
||||
|
||||
// stringLock locks for string IDs passed in
|
||||
type stringLock struct {
|
||||
@ -29,7 +25,7 @@ func (l *stringLock) Lock(ID string) {
|
||||
}
|
||||
// Wait for the channel to be closed
|
||||
l.mu.Unlock()
|
||||
fs.Logf(nil, "Waiting for stringLock on %q", ID)
|
||||
// fs.Logf(nil, "Waiting for stringLock on %q", ID)
|
||||
<-ch
|
||||
l.mu.Lock()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user