Skip to content

Commit 4e44c8d

Browse files
GODRIVER-3445 Remove print statement
1 parent 7994ae5 commit 4e44c8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/integration/unified_spec_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ func TestUnifiedSpecs(t *testing.T) {
190190
for _, specDir := range nonGitSubmodulePassDirectories {
191191
t.Run(specDir, func(t *testing.T) {
192192
for _, fileName := range jsonFilesInDir(t, path.Join(dataPath, specDir)) {
193-
fmt.Println(fileName)
194193
t.Run(fileName, func(t *testing.T) {
195194
runSpecTestFile(t, filepath.Join(dataPath, specDir, fileName))
196195
})

0 commit comments

Comments
 (0)