mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 729646 - Remove some annoying logging. r=Cwiiis
This commit is contained in:
parent
a921c7c6cf
commit
08ef4dfac6
@ -130,7 +130,6 @@ public class GeckoLayerClient implements GeckoEventResponder,
|
||||
mRootLayer.setPositionAndResolution(RectUtils.round(position), mGeckoViewport.getZoomFactor());
|
||||
}
|
||||
|
||||
Log.i(LOGTAG, "zerdatime " + SystemClock.uptimeMillis() + " - endDrawing");
|
||||
/* Used by robocop for testing purposes */
|
||||
if (mDrawListener != null) {
|
||||
mDrawListener.drawFinished();
|
||||
|
@ -1936,7 +1936,6 @@ NS_IMETHODIMP nsAndroidBridge::SetDrawMetadataProvider(nsIAndroidDrawMetadataPro
|
||||
|
||||
void
|
||||
AndroidBridge::SetPreventPanning(bool aPreventPanning) {
|
||||
ALOG_BRIDGE("AndroidBridge::PreventPanning");
|
||||
JNIEnv *env = GetJNIEnv();
|
||||
if (!env)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user