mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
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:
parent
39e736f7dd
commit
c76d3642da
@ -140,7 +140,6 @@ public class GeckoJavaSampler {
|
||||
return (sample.mJavaTime -
|
||||
SystemClock.elapsedRealtime()) + getProfilerTime();
|
||||
}
|
||||
System.out.println("Sample: " + sample.mTime);
|
||||
return sample.mTime;
|
||||
}
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user