1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-22 11:50:28 +03:00

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.
This commit is contained in:
Athanasius 2023-01-13 16:52:31 +00:00
parent f7ce051d88
commit e5862da7eb
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -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
)