Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 5b2bde4

Browse files
committed
removed print statement
1 parent b4f55bc commit 5b2bde4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/camera/camera/android/src/test/java/io/flutter/plugins/camera/media/MediaRecorderBuilderTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ public void build_shouldSetValuesInCorrectOrderWhenAudioIsEnabled() throws IOExc
170170
@Config(minSdk = 31)
171171
@Test
172172
public void build_shouldSetValuesInCorrectOrderWhenAudioIsEnabled_v31() throws IOException {
173-
System.out.println(getEmptyCamcorderProfile());
174173
EncoderProfiles recorderProfile = mock(EncoderProfiles.class);
175174
List<EncoderProfiles.VideoProfile> mockVideoProfiles =
176175
List.of(mock(EncoderProfiles.VideoProfile.class));

0 commit comments

Comments
 (0)