From: Mauro Carvalho Chehab Date: Thu, 18 Sep 2025 11:54:42 +0000 (+0200) Subject: tools/docs: sphinx-pre-install: drop a debug print X-Git-Tag: v6.19-rc1~184^2~60^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4880eac5bc61c588221091fa9f98de02b8305810;p=thirdparty%2Fkernel%2Flinux.git tools/docs: sphinx-pre-install: drop a debug print The version print at the lib was added for debugging purposes. Get rid of it. Signed-off-by: Mauro Carvalho Chehab Message-ID: <27f76a4df2b80c38d277d58a92c85c614544e013.1758196090.git.mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet --- diff --git a/tools/docs/sphinx-pre-install b/tools/docs/sphinx-pre-install index 954ed3dc0645f..fa12e01fc7fea 100755 --- a/tools/docs/sphinx-pre-install +++ b/tools/docs/sphinx-pre-install @@ -285,7 +285,6 @@ class AncillaryMethods: cur_ver = sys.version_info[:3] if cur_ver >= MIN_PYTHON_VERSION: ver = ver_str(cur_ver) - print(f"Python version: {ver}") # This could be useful for debugging purposes if SphinxDependencyChecker.which("docutils"):