| Index: runtime/vm/service.cc
|
| diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc
|
| index 02d43a5990503115a699a9ca477e58a434008d2c..bb636201a5a23444f312e9bd60e542eaf39ff9f6 100644
|
| --- a/runtime/vm/service.cc
|
| +++ b/runtime/vm/service.cc
|
| @@ -2004,7 +2004,6 @@ static bool HandleIsolateRemoveBreakpoint(Isolate* isolate, JSONStream* js) {
|
| }
|
| isolate->debugger()->RemoveBreakpoint(bpt->id());
|
|
|
| - fprintf(stderr, "SUCCESS");
|
| // TODO(turnidge): Consider whether the 'Success' type is proper.
|
| JSONObject jsobj(js);
|
| jsobj.AddProperty("type", "Success");
|
|
|