Chromium Code Reviews| Index: test/mjsunit/debug-setbreakpoint.js |
| =================================================================== |
| --- test/mjsunit/debug-setbreakpoint.js (revision 1472) |
| +++ test/mjsunit/debug-setbreakpoint.js (working copy) |
| @@ -59,7 +59,6 @@ |
| assertEquals('scriptName', response.body.type, json_response); |
| } else { |
| assertEquals('scriptId', response.body.type, json_response); |
| - print(response.body.script_id); |
| } |
| } else { |
| assertFalse(response.success, json_response); |