Remove transformer from inputValues json.

Transformer resolves to null when wrapped, this is a debug line
that was not removed.

PiperOrigin-RevId: 441200790
This commit is contained in:
samrobinson 2022-04-12 16:53:41 +01:00 committed by Ian Baker
parent fbcb49e8fd
commit 36c5b9407c

View file

@ -107,8 +107,6 @@ public class BitrateAnalysisTest {
/* enableFallback= */ false))
.build();
inputValues.put("Transformer", transformer);
new TransformerAndroidTestRunner.Builder(context, transformer)
.setInputValues(inputValues)
.setCalculateSsim(true)