diff --git a/pysollib/app.py b/pysollib/app.py index 4e363af9..5e88c10e 100644 --- a/pysollib/app.py +++ b/pysollib/app.py @@ -80,9 +80,6 @@ class Comments: # self.comments = {} - def new(self): - return Comments() - def setGameComment(self, gameid, text): player = None key = (1, gameid, player)