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:
parent
f7ce051d88
commit
e5862da7eb
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user