Unverified Commit f407871c authored by Mikkel Nygaard Ravn's avatar Mikkel Nygaard Ravn Committed by GitHub

Fix compile error (#13256)

parent a8f565eb
......@@ -81,7 +81,6 @@ public class MainActivity extends FlutterActivity {
producerTimer.cancel();
consumerTimer.cancel();
endTime = System.currentTimeMillis();
Log.e("TET", "Stopped at " + endTime);
result.success(null);
break;
case "getProducedFrameRate":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment