Sema: Remove debug message

This commit is contained in:
Slava Pestov
2017-04-10 17:14:32 -07:00
parent a5fd009bf6
commit 960eed37ef

View File

@@ -1187,7 +1187,6 @@ ConstraintSystem::matchExistentialTypes(Type type1, Type type2,
"explicit AnyObject not yet supported");
if (layout.superclass) {
llvm::errs() << "superclass case\n";
auto subKind = std::min(ConstraintKind::Subtype, kind);
switch (matchTypes(type1, layout.superclass, subKind, subflags, locator)) {
case SolutionKind::Solved: