Title: [235634] trunk/Tools
Revision
235634
Author
[email protected]
Date
2018-09-04 14:15:43 -0700 (Tue, 04 Sep 2018)

Log Message

Removing an accidentally committed debugging print.

* Scripts/run-leaks: (runLeaks)

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (235633 => 235634)


--- trunk/Tools/ChangeLog	2018-09-04 21:06:31 UTC (rev 235633)
+++ trunk/Tools/ChangeLog	2018-09-04 21:15:43 UTC (rev 235634)
@@ -1,5 +1,11 @@
 2018-09-04  Alexey Proskuryakov  <[email protected]>
 
+        Removing an accidentally committed debugging print.
+
+        * Scripts/run-leaks: (runLeaks)
+
+2018-09-04  Alexey Proskuryakov  <[email protected]>
+
         run-leaks should run leaks with --list (on Mojave)
         https://bugs.webkit.org/show_bug.cgi?id=187716
         <rdar://problem/42261676>

Modified: trunk/Tools/Scripts/run-leaks (235633 => 235634)


--- trunk/Tools/Scripts/run-leaks	2018-09-04 21:06:31 UTC (rev 235633)
+++ trunk/Tools/Scripts/run-leaks	2018-09-04 21:15:43 UTC (rev 235634)
@@ -128,7 +128,6 @@
     # that recognize it, but there is no certain way to tell in advance (the version of the
     # tool is not always tied to OS version, and --help doesn't document the option in some
     # of the tool versions where it's supported and needed).
-    print STDERR "Starting leaks\n";
     my @leaksOutput = `/usr/bin/leaks \"$target\" --list`;
 
     # FIXME: Remove the fallback once macOS Mojave is the oldest supported version.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to