Title: [88633] trunk/Tools/Scripts/webkitpy/tool/commands/stepsequence.py
- Revision
- 88633
- Author
- [email protected]
- Date
- 2011-06-13 02:03:15 -0700 (Mon, 13 Jun 2011)
Log Message
2011-06-13 Keishi Hattori <[email protected] (:keishi) (c)>
Fix mistake I made in 88632
Modified Paths
Diff
Modified: trunk/Tools/Scripts/webkitpy/tool/commands/stepsequence.py (88632 => 88633)
--- trunk/Tools/Scripts/webkitpy/tool/commands/stepsequence.py 2011-06-13 09:00:32 UTC (rev 88632)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/stepsequence.py 2011-06-13 09:03:15 UTC (rev 88633)
@@ -61,7 +61,6 @@
def _run(self, tool, options, state):
for step in self._steps:
- print state
step(tool, options).run(state)
def run_and_handle_errors(self, tool, options, state=None):
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes