From f445474b330f68ebadc543340c2af7a04abf99a3 Mon Sep 17 00:00:00 2001 From: DenialMC Date: Wed, 8 Apr 2015 22:31:21 +0300 Subject: [PATCH] Revert "no message" This reverts commit 36b6754e92c16e0f704ec4197c687ac46c1f7474. --- otp/distributed/OTPClientRepository.py | 1 - 1 file changed, 1 deletion(-) diff --git a/otp/distributed/OTPClientRepository.py b/otp/distributed/OTPClientRepository.py index 3204d0dd..4518798a 100644 --- a/otp/distributed/OTPClientRepository.py +++ b/otp/distributed/OTPClientRepository.py @@ -261,7 +261,6 @@ class OTPClientRepository(ClientRepositoryBase): self.__pendingMessages = {} self.__doId2pendingInterest = {} - self.centralLogger = self.generateGlobalObject(OtpDoGlobals.OTP_DO_ID_CENTRAL_LOGGER, 'CentralLogger') self.chatAgent = self.generateGlobalObject(OtpDoGlobals.OTP_DO_ID_CHAT_MANAGER, 'ChatAgent') self.csm = None # To be set by subclass.