From 29aac1b9d886e245a7b5cd2122d7b80fa230152d Mon Sep 17 00:00:00 2001 From: Gereon Kremer Date: Wed, 19 May 2021 16:00:10 +0200 Subject: [PATCH] Remove accidental print (#6568) --- src/options/mkoptions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/options/mkoptions.py b/src/options/mkoptions.py index 4cc814a61..a7212641c 100644 --- a/src/options/mkoptions.py +++ b/src/options/mkoptions.py @@ -366,7 +366,6 @@ class SphinxGenerator: res.append(val.format(opt['help'])) if opt['modes']: - print(opt['modes']) res.append(val.format('')) res.append(val.format(opt['help_mode'])) res.append(val.format('')) -- 2.30.2