Bug 1502321 - Remove unexpected log in the Java Sampling code r=m_kato

Differential Revision: https://phabricator.services.mozilla.com/D9905

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Julien Wajsberg 2018-10-29 01:28:55 +00:00
parent 39e736f7dd
commit c76d3642da

View File

@ -140,7 +140,6 @@ public class GeckoJavaSampler {
return (sample.mJavaTime -
SystemClock.elapsedRealtime()) + getProfilerTime();
}
System.out.println("Sample: " + sample.mTime);
return sample.mTime;
}
return 0;