Skip to content

Commit a308a55

Browse files
committed
[clang-tidy] Fix unintended change left in 12cb540
1 parent f822db7 commit a308a55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang-tools-extra/clang-tidy/readability/SuspiciousCallArgumentCheck.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,6 @@ SuspiciousCallArgumentCheck::SuspiciousCallArgumentCheck(
529529
for (StringRef Abbreviation : optutils::parseStringList(
530530
Options.get("Abbreviations", DefaultAbbreviations))) {
531531
auto KeyAndValue = Abbreviation.split("=");
532-
llvm::errs() << "'" << Abbreviation << "'\n";
533532
assert(!KeyAndValue.first.empty() && !KeyAndValue.second.empty());
534533
AbbreviationDictionary.insert(
535534
std::make_pair(KeyAndValue.first, KeyAndValue.second.str()));

0 commit comments

Comments
 (0)