Skip to content

Commit 4bd7957

Browse files
Removed the logging that logs all the resources are idle.
PiperOrigin-RevId: 332025636
1 parent 6bb1f05 commit 4bd7957

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

espresso/core/java/androidx/test/espresso/base/IdlingResourceRegistry.java

-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ boolean allResourcesAreIdle() {
272272
return false;
273273
}
274274
}
275-
Log.d(TAG, "All idling resources are idle.");
276275
return true;
277276
}
278277

0 commit comments

Comments
 (0)