[lld-macho] Remove stray debug printf
authorJez Ng <jezng@fb.com>
Sat, 23 Apr 2022 02:17:24 +0000 (22:17 -0400)
committerJez Ng <jezng@fb.com>
Sat, 23 Apr 2022 02:17:24 +0000 (22:17 -0400)
Accidentally committed as part of b440c25742.

lld/MachO/ConcatOutputSection.cpp

index 27db6cc..73222ee 100644 (file)
@@ -343,7 +343,6 @@ void TextOutputSection::finalize() {
       thunkInfo.sym->used = true;
       target->populateThunk(thunkInfo.isec, funcSym);
       finalizeOne(thunkInfo.isec);
-      fprintf(stderr, "%" PRIx64 "\n", thunkInfo.isec->outSecOff);
       thunks.push_back(thunkInfo.isec);
       ++thunkCount;
     }