Skip to content

Commit 02c51b2

Browse files
committed
backupccl: remove spurious print line in test
Print statements should not be in commited code Epic: none Release note: none
1 parent d6f6de2 commit 02c51b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/ccl/backupccl/datadriven_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,6 @@ func runTestDataDriven(t *testing.T, testFilePathFromWorkspace string) {
848848
err = ds.getSQLDB(t, cluster, user).QueryRow(filePathQuery).Scan(&filePath)
849849
require.NoError(t, err)
850850
fullPath := filepath.Join(ds.getIODir(t, cluster), parsedURI.Path, filePath)
851-
print(fullPath)
852851
data, err := os.ReadFile(fullPath)
853852
require.NoError(t, err)
854853
data[20] ^= 1

0 commit comments

Comments
 (0)