Skip to content

Commit 57c707a

Browse files
committed
roachtest: remove stray log statement
1 parent 4aeb648 commit 57c707a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cmd/roachtest/cluster.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,6 @@ func attachToExistingCluster(
11041104
if err := c.validate(clusterSpec, l); err != nil {
11051105
return nil, err
11061106
}
1107-
fmt.Printf("cloud: %s\n", c.cloud)
11081107
// Assert cloud was set.
11091108
if c.cloud == spec.AnyCloud {
11101109
return nil, errors.New("unable to validate cloud provider")

0 commit comments

Comments
 (0)