[PATCH v8 08/24] tools/docs: sphinx-pre-install: drop a debug print

Mauro Carvalho Chehab posted 24 patches 1 week, 6 days ago
[PATCH v8 08/24] tools/docs: sphinx-pre-install: drop a debug print
Posted by Mauro Carvalho Chehab 1 week, 6 days ago
The version print at the lib was added for debugging purposes.
Get rid of it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 tools/docs/sphinx-pre-install | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/docs/sphinx-pre-install b/tools/docs/sphinx-pre-install
index 954ed3dc0645..fa12e01fc7fe 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"):
-- 
2.51.0