Title: [139913] trunk/Tools
Revision
139913
Author
[email protected]
Date
2013-01-16 12:58:01 -0800 (Wed, 16 Jan 2013)

Log Message

Delete an extraneous print statement.
https://bugs.webkit.org/show_bug.cgi?id=106562

Delete the extraneous print statement introduced in r139841.

* Scripts/webkitpy/layout_tests/views/printing.py:
(Printer.print_found):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (139912 => 139913)


--- trunk/Tools/ChangeLog	2013-01-16 20:27:59 UTC (rev 139912)
+++ trunk/Tools/ChangeLog	2013-01-16 20:58:01 UTC (rev 139913)
@@ -1,3 +1,13 @@
+2013-01-16  Dirk Pranke  <[email protected]>
+
+        Delete an extraneous print statement.
+        https://bugs.webkit.org/show_bug.cgi?id=106562
+
+        Delete the extraneous print statement introduced in r139841.
+
+        * Scripts/webkitpy/layout_tests/views/printing.py:
+        (Printer.print_found):
+
 2013-01-16  Zan Dobersek  <[email protected]>
 
         Please reinstate --pixel

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/views/printing.py (139912 => 139913)


--- trunk/Tools/Scripts/webkitpy/layout_tests/views/printing.py	2013-01-16 20:27:59 UTC (rev 139912)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/views/printing.py	2013-01-16 20:58:01 UTC (rev 139913)
@@ -103,7 +103,6 @@
             found_str += ' (%d times each: --repeat-each=%d --iterations=%d)' % (repeat_each * iterations, repeat_each, iterations)
         found_str += ', skipping %d' % (num_all_test_files - num_to_run)
         self._print_default(found_str + '.')
-        print (found_str)
 
     def print_expected(self, run_results, tests_with_result_type_callback):
         self._print_expected_results_of_type(run_results, test_expectations.PASS, "passes", tests_with_result_type_callback)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to