mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 13:26:11 +08:00
test_all: remove stray debug
This commit is contained in:
parent
4ab842198a
commit
e77dcb7f52
|
@ -339,7 +339,6 @@ func (r *Run) Init() {
|
|||
r.CmdLine = []string{"./" + r.BinaryName()}
|
||||
}
|
||||
testTimeout := *timeout
|
||||
log.Printf("extra time: %f", r.ExtraTime)
|
||||
if r.ExtraTime > 0 {
|
||||
testTimeout = time.Duration(float64(testTimeout) * r.ExtraTime)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user