aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2019-10-03 22:19:32 +0100
committerSergio Martins <smartins@kde.org>2019-10-03 22:19:32 +0100
commit81a1fe1c5837ad9c4590953ba555bc959c63b7d7 (patch)
tree862ae5574e463cf2dda9f1ecdd08dc22dd68169b
parent884faa456e335117656ab2f5865e90cb0f149680 (diff)
Comment-out unintentional debug
-rw-r--r--src/ClazyStandaloneMain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClazyStandaloneMain.cpp b/src/ClazyStandaloneMain.cpp
index c678af9b..3118048b 100644
--- a/src/ClazyStandaloneMain.cpp
+++ b/src/ClazyStandaloneMain.cpp
@@ -138,7 +138,7 @@ int main(int argc, const char **argv)
#endif
CommonOptionsParser optionsParser(argc, argv, s_clazyCategory, numOccurrencesFlag);
- llvm::errs() << optionsParser.getSourcePathList().size() << "\n";
+ // llvm::errs() << optionsParser.getSourcePathList().size() << "\n";
if (s_supportedChecks.getValue()) {
std::cout << SUPPORTED_CHECKS_JSON_STR;