From e2e5bf9d6261fc547f100cc633dc04501040ab7e Mon Sep 17 00:00:00 2001 From: Someone Date: Thu, 6 Jan 2022 23:57:23 +0100 Subject: [PATCH] core/AbstractWSHandler.py --- core/AbstractWSHandler.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/AbstractWSHandler.py b/core/AbstractWSHandler.py index 35e84f5..00b1b07 100644 --- a/core/AbstractWSHandler.py +++ b/core/AbstractWSHandler.py @@ -11,12 +11,6 @@ class AbstractWSHandler(): def __init__(self): pass - def __str__(self): - return str(self.__class__)+" for team_id: "+str(self.TEAM_ID) - - def __repr__(self): - return self.__str__() - # should be overridden by the user def on_register_ws_evtype(self, evtype): -- 2.43.0