From 6ac7740eaf05cdd9b699185f71cc2d1f634a761b Mon Sep 17 00:00:00 2001 From: Anders Bakken Date: Mon, 26 Dec 2016 21:56:23 -0800 Subject: [PATCH] Remove debugging. --- src/ClangIndexer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ClangIndexer.cpp b/src/ClangIndexer.cpp index f473c3719..fac2f01a2 100644 --- a/src/ClangIndexer.cpp +++ b/src/ClangIndexer.cpp @@ -2358,7 +2358,6 @@ bool ClangIndexer::visit() for (const CXCursor &spec : mTemplateSpecializations) { CXCursor body = RTags::findChild(spec, CXCursor_CompoundStmt); clang_visitChildren(body, [](CXCursor cursor, CXCursor, CXClientData userData) { - error() << "visit" << cursor; ClangIndexer *indexer = reinterpret_cast(userData); (void)userData; const CXCursorKind kind = clang_getCursorKind(cursor);