Chromium Code Reviews| Index: breakpad.py |
| diff --git a/breakpad.py b/breakpad.py |
| index ff81d05489b1e0b81e3d3857bd74cd33fd6a222c..2d662d7e700ddda7827aa0c5c550c340733f7375 100644 |
| --- a/breakpad.py |
| +++ b/breakpad.py |
| @@ -15,9 +15,6 @@ import sys |
| def SendStack(stack, url='http://chromium-status.appspot.com/breakpad'): |
| - print 'Do you want to send a crash report [y/N]? ', |
| - if sys.stdin.read(1).lower() != 'y': |
| - return |
| print 'Sending crash report ...' |
| try: |
| params = { |