Skip to content

Commit e3e446b

Browse files
author
Amritpan Kaur
committed
[CSStep] Remove previous "Initial binding" output.
1 parent 67d807d commit e3e446b

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

lib/Sema/CSStep.cpp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -486,23 +486,6 @@ StepResult ComponentStep::finalize(bool isSuccess) {
486486

487487
void TypeVariableStep::setup() {
488488
++CS.solverState->NumTypeVariablesBound;
489-
if (CS.isDebugMode()) {
490-
PrintOptions PO;
491-
PO.PrintTypesForDebugging = true;
492-
auto &log = getDebugLogger();
493-
494-
auto initialBindings = Producer.getCurrentBindings();
495-
log << "Initial bindings: ";
496-
interleave(
497-
initialBindings.begin(), initialBindings.end(),
498-
[&](const Binding &binding) {
499-
log << TypeVar->getString(PO)
500-
<< " := " << binding.BindingType->getString(PO);
501-
},
502-
[&log] { log << ", "; });
503-
504-
log << '\n';
505-
}
506489
}
507490

508491
bool TypeVariableStep::attempt(const TypeVariableBinding &choice) {

0 commit comments

Comments
 (0)