@@ -478,9 +478,6 @@ class SCIPState {
478
478
479
479
void finalizeRefOnlySymbolInfos (const core::GlobalState &gs, core::FileRef file) {
480
480
auto &potentialSyms = this ->potentialRefOnlySymbols [file];
481
- fmt::print (stderr, " potentialSyms = {}\n " ,
482
- showSet (potentialSyms, [&](UntypedGenericSymbolRef sym) -> string { return sym.showRaw (gs); }));
483
- fmt::print (stderr, " relMap = {}\n " , showRawRelationshipsMap (gs, this ->relationshipsMap [file]));
484
481
485
482
for (auto symRef : potentialSyms) {
486
483
auto valueOrError = this ->saveSymbolString (gs, symRef, nullptr );
@@ -876,8 +873,6 @@ class CFGTraversal final {
876
873
void traverse (const cfg::CFG &cfg) {
877
874
this ->aliasMap .populate (this ->ctx , cfg, this ->scipState .fieldResolver ,
878
875
this ->scipState .relationshipsMap [ctx.file ]);
879
- fmt::print (stderr, " log: [traverse] relationshipsMap = {}\n " ,
880
- showRawRelationshipsMap (this ->ctx .state , this ->scipState .relationshipsMap [ctx.file ]));
881
876
auto &gs = this ->ctx .state ;
882
877
auto file = this ->ctx .file ;
883
878
auto method = this ->ctx .owner ;
0 commit comments