Skip to content

Commit

Permalink
Remove debug breakpoint (sorbet#6769)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyailya authored Mar 21, 2023
1 parent 55c1b83 commit df035f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/types/calls.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,6 @@ DispatchResult dispatchCallSymbol(const GlobalState &gs, const DispatchArgs &arg
TypeAndOrigins tpe{hash->values[offset], kwargsLoc};
if (auto e = matchArgType(gs, *constr, args.receiverLoc(), symbol, method, tpe, spec,
args.selfType, targs, kwargsLoc, args.originForUninitialized)) {
stopInDebugger();
result.main.errors.emplace_back(std::move(e));
}
}
Expand Down

0 comments on commit df035f2

Please sign in to comment.