Skip to content

Commit b9a8f6d

Browse files
committed
made suggested change
Signed-off-by: Cody Littley <[email protected]>
1 parent a25419a commit b9a8f6d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

litt/test/unlock_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package test
22

33
import (
4-
"fmt"
54
"os"
65
"path"
76
"path/filepath"
@@ -57,7 +56,6 @@ func TestUnlock(t *testing.T) {
5756
return nil
5857
}
5958
if strings.HasSuffix(path, util.LockfileName) {
60-
fmt.Printf("Found lockfile %s\n", path) // TODO
6159
lockFileCount++
6260
}
6361
return nil

0 commit comments

Comments
 (0)