Title: [287578] trunk/Source/WebKit
Revision
287578
Author
timothy_hor...@apple.com
Date
2022-01-04 11:09:16 -0800 (Tue, 04 Jan 2022)

Log Message

Momentum Event Dispatcher: Disable noisy logging
https://bugs.webkit.org/show_bug.cgi?id=234178
<rdar://problem/86228553>

Reviewed by Wenson Hsieh.

* WebProcess/WebPage/MomentumEventDispatcher.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (287577 => 287578)


--- trunk/Source/WebKit/ChangeLog	2022-01-04 18:29:28 UTC (rev 287577)
+++ trunk/Source/WebKit/ChangeLog	2022-01-04 19:09:16 UTC (rev 287578)
@@ -1,3 +1,13 @@
+2022-01-04  Tim Horton  <timothy_hor...@apple.com>
+
+        Momentum Event Dispatcher: Disable noisy logging
+        https://bugs.webkit.org/show_bug.cgi?id=234178
+        <rdar://problem/86228553>
+
+        Reviewed by Wenson Hsieh.
+
+        * WebProcess/WebPage/MomentumEventDispatcher.h:
+
 2022-01-04  Jer Noble  <jer.no...@apple.com>
 
         [Cocoa] Hang in AVTrackPrivateAVFObjCImpl::bitrate()

Modified: trunk/Source/WebKit/WebProcess/WebPage/MomentumEventDispatcher.h (287577 => 287578)


--- trunk/Source/WebKit/WebProcess/WebPage/MomentumEventDispatcher.h	2022-01-04 18:29:28 UTC (rev 287577)
+++ trunk/Source/WebKit/WebProcess/WebPage/MomentumEventDispatcher.h	2022-01-04 19:09:16 UTC (rev 287578)
@@ -27,7 +27,7 @@
 
 #if ENABLE(MOMENTUM_EVENT_DISPATCHER)
 
-#define ENABLE_MOMENTUM_EVENT_DISPATCHER_TEMPORARY_LOGGING 1
+#define ENABLE_MOMENTUM_EVENT_DISPATCHER_TEMPORARY_LOGGING 0
 
 #include "DisplayLinkObserverID.h"
 #include "ScrollingAccelerationCurve.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to