[lld-macho] Remove stray debug printf

Accidentally committed as part of b440c25742.
This commit is contained in:
Jez Ng 2022-04-22 22:17:24 -04:00
parent 588df1985c
commit 013efeec34
1 changed files with 0 additions and 1 deletions

View 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;
}