Skip to content

Commit 5aaeb98

Browse files
removed-print-line
1 parent 6d290fd commit 5aaeb98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/commands/scan_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2252,7 +2252,6 @@ func Test_parseArgs(t *testing.T) {
22522252
fmt.Println("test ::", test)
22532253
result := parseArgs(test.inputString)
22542254
if len(result) != test.lenOfArgs {
2255-
fmt.Println("len:: ", len(result))
22562255
t.Errorf(" test case failed for params %v", test)
22572256
}
22582257
}

0 commit comments

Comments
 (0)