Skip to content

Commit b8cc267

Browse files
committed
[Driver] Remove debugging code from 848b3eb.
Thanks, Dmitri.
1 parent 43f39b0 commit b8cc267

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Driver/Compilation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ int Compilation::performJobsImpl() {
483483
break;
484484
SWIFT_FALLTHROUGH;
485485
case DependencyGraphImpl::LoadResult::AffectsDownstream:
486-
llvm::errs() << "DOWNSTREAM " << ReturnCode << "\n";
487486
DepGraph.markTransitive(Dependents, FinishedCmd);
488487
break;
489488
}

0 commit comments

Comments
 (0)