Title: [113920] trunk/Tools
Revision
113920
Author
[email protected]
Date
2012-04-11 16:08:13 -0700 (Wed, 11 Apr 2012)

Log Message

Remove a fprintf from LayoutTestController.

This fprintf is causing 100+MB of data to be written to stderr during a single run of the tests.
It was added for no apparent reason by Ryosuke in r113651.

* DumpRenderTree/LayoutTestController.cpp:
(LayoutTestController::redirectionDestinationForURL):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (113919 => 113920)


--- trunk/Tools/ChangeLog	2012-04-11 22:52:00 UTC (rev 113919)
+++ trunk/Tools/ChangeLog	2012-04-11 23:08:13 UTC (rev 113920)
@@ -1,3 +1,13 @@
+2012-04-11  Mark Rowe  <[email protected]>
+
+        Remove a fprintf from LayoutTestController.
+
+        This fprintf is causing 100+MB of data to be written to stderr during a single run of the tests.
+        It was added for no apparent reason by Ryosuke in r113651.
+
+        * DumpRenderTree/LayoutTestController.cpp:
+        (LayoutTestController::redirectionDestinationForURL):
+
 2012-04-11  Nico Weber  <[email protected]>
 
         [mac] Suppress deprecation warning for GlobalToLocal in the carbon parts of the test plugin.

Modified: trunk/Tools/DumpRenderTree/LayoutTestController.cpp (113919 => 113920)


--- trunk/Tools/DumpRenderTree/LayoutTestController.cpp	2012-04-11 22:52:00 UTC (rev 113919)
+++ trunk/Tools/DumpRenderTree/LayoutTestController.cpp	2012-04-11 23:08:13 UTC (rev 113920)
@@ -2552,7 +2552,6 @@
 
 const std::string& LayoutTestController::redirectionDestinationForURL(std::string origin)
 {
-    fprintf(stderr, "[%s]\n", origin.c_str());
     return m_URLsToRedirect[origin];
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to