bin/find-unneeded-includes |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 746d95bb4067943679f0fe3b8bf91269debf519b
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Thu Aug 5 14:54:45 2021 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Thu Aug 5 16:55:01 2021 +0200

    find-unneeded-includes: remove leftover debug print()
    
    Change-Id: I738d191415db130d875d5b7139ff768ad389dd93
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120070
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    Tested-by: Jenkins

diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes
index 48f8f6c73337..0e8cec276968 100755
--- a/bin/find-unneeded-includes
+++ b/bin/find-unneeded-includes
@@ -289,7 +289,6 @@ def tidy(compileCommands, paths, dontstop):
                 args = args.replace(assumeAbs, "-x c++ " + pathAbs)
 
             invocation = "include-what-you-use -Xiwyu --no_fwd_decls -Xiwyu 
--max_line_length=200 " + args
-            print(invocation)
             task_queue.put((invocation, moduleRules))
 
         task_queue.join()

Reply via email to