From e5862da7eb09cc87a8029ae2330a4244dc72683d Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 13 Jan 2023 16:52:31 +0000 Subject: [PATCH] startup/one-process: Remove temporary debug logging This was to be sure *that* bit of code was being hit and working without issues. It is. --- EDMarketConnector.py | 1 - 1 file changed, 1 deletion(-) diff --git a/EDMarketConnector.py b/EDMarketConnector.py index 9e303222..d89fb7d9 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -287,7 +287,6 @@ if __name__ == '__main__': # noqa: C901 ) if token_information == user_sid: if len(sys.argv) > 1 and sys.argv[1].startswith(protocolhandler_redirect): - logger.debug("This process is trying to do edmc:// ...") pythoncom.CoInitializeEx( pythoncom.COINIT_APARTMENTTHREADED | pythoncom.COINIT_DISABLE_OLE1DDE )