Skip to content

Commit 6ac7740

Browse files
committed
Remove debugging.
1 parent fdfc5fa commit 6ac7740

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ClangIndexer.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,6 @@ bool ClangIndexer::visit()
23582358
for (const CXCursor &spec : mTemplateSpecializations) {
23592359
CXCursor body = RTags::findChild(spec, CXCursor_CompoundStmt);
23602360
clang_visitChildren(body, [](CXCursor cursor, CXCursor, CXClientData userData) {
2361-
error() << "visit" << cursor;
23622361
ClangIndexer *indexer = reinterpret_cast<ClangIndexer*>(userData);
23632362
(void)userData;
23642363
const CXCursorKind kind = clang_getCursorKind(cursor);

0 commit comments

Comments
 (0)