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 5174bf3b72
commit 3b21c7e4bc

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)