compilerplugins/clang/unoquery.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit ffa07997b245f793561153735da2631f993f6f9e
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Mon Mar 25 08:40:17 2019 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Mon Mar 25 08:42:23 2019 +0200

    remove debugging leftover
    
    Change-Id: I656d769f8cfd332172b2a73e9d8eb8a911eac2f8

diff --git a/compilerplugins/clang/unoquery.cxx 
b/compilerplugins/clang/unoquery.cxx
index ad9d2aada4e9..d445aa250623 100644
--- a/compilerplugins/clang/unoquery.cxx
+++ b/compilerplugins/clang/unoquery.cxx
@@ -33,8 +33,6 @@ bool UnoQuery::VisitCXXMemberCallExpr(CXXMemberCallExpr 
const* memberCallExpr)
     if (ignoreLocation(memberCallExpr))
         return true;
 
-    memberCallExpr->dump();
-
     auto isXInterface = [](Decl const* decl) -> bool {
         return bool(loplugin::DeclCheck(decl)
                         .Class("XInterface")
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to