From ea73eb32a3a980843e06701b1ea792a374070e1e Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Tue, 30 Apr 2019 17:40:18 +0300 Subject: [PATCH] refactoring --- pysollib/app.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pysollib/app.py b/pysollib/app.py index 4e363af98b..5e88c10eb8 100644 --- a/pysollib/app.py +++ b/pysollib/app.py @@ -80,9 +80,6 @@ def __init__(self): # self.comments = {} - def new(self): - return Comments() - def setGameComment(self, gameid, text): player = None key = (1, gameid, player)