Skip to content

Commit

Permalink
Remove extraneous debug statement
Browse files Browse the repository at this point in the history
Signed-off-by: Danila Fedorin <[email protected]>
  • Loading branch information
DanilaFe committed Mar 7, 2024
1 parent 4b67b7a commit 1f91e6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/lib/resolution/resolution-queries.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3381,7 +3381,6 @@ considerCompilerGeneratedOperators(Context* context,
return nullptr;
}

debuggerBreakHere();
auto tfs = getCompilerGeneratedBinaryOp(context, lhsType, rhsType, ci.name());
return tfs;
}
Expand Down

0 comments on commit 1f91e6a

Please sign in to comment.