From fba324816300f7d22bd437584fa371087c5ce87a Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 13 Nov 2020 18:46:41 +0000 Subject: [PATCH] Remove encoding debug code --- cibuildwheel/__main__.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cibuildwheel/__main__.py b/cibuildwheel/__main__.py index ad000dd2..4e25befa 100644 --- a/cibuildwheel/__main__.py +++ b/cibuildwheel/__main__.py @@ -91,15 +91,6 @@ def main() -> None: args = parser.parse_args() - # TODO remove this encoding stuff - import locale - print('sys.stdout.encoding', sys.stdout.encoding) - print('sys.stdout.isatty()', sys.stdout.isatty()) - print('locale.getpreferredencoding()', locale.getpreferredencoding()) - print('sys.getfilesystemencoding()', sys.getfilesystemencoding()) - print('os.environ["PYTHONIOENCODING"]', os.environ.get("PYTHONIOENCODING")) - # TODO end - detect_obsolete_options() if args.platform != 'auto':