summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2021-08-05 14:54:45 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-08-09 20:26:37 +0200
commit345ac54c86bd01ae29f2ed891d622d123dce205a (patch)
tree35edd0fc5340762a95622dfe8b47ca538a304cf7 /bin
parenta1791f7e2503ca1d0868a0a607ff4717cd1fddeb (diff)
find-unneeded-includes: remove leftover debug print()
Change-Id: I738d191415db130d875d5b7139ff768ad389dd93 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120070 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins (cherry picked from commit 746d95bb4067943679f0fe3b8bf91269debf519b) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120146 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/find-unneeded-includes1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes
index 3f8c38bdb158..4f90ab55e9f5 100755
--- a/bin/find-unneeded-includes
+++ b/bin/find-unneeded-includes
@@ -286,7 +286,6 @@ def tidy(compileCommands, paths):
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()