Remove debug print

This commit is contained in:
David Dworken 2024-02-10 23:04:33 -08:00
parent f20b2a08c4
commit 7e580888d2
No known key found for this signature in database

View File

@ -87,7 +87,6 @@ func isShardedTestRun() bool {
}
func markTestForSharding(t *testing.T, testShardNumber int) {
fmt.Printf("DDWORKENDEBUG: markTestForSharding: isShardedTestRun()=%#v testShardNumber=%#v numTestShards()=%#v currentShardNumber()=%#v", isShardedTestRun(), testShardNumber, numTestShards(), currentShardNumber())
if isShardedTestRun() {
if testShardNumber%numTestShards() != currentShardNumber() {
t.Skip("Skipping sharded test")