diff --git a/lib/commands.py b/lib/commands.py index 9e64fe27b..fe0244a50 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -527,10 +527,10 @@ class Commands: raise BaseException("Request not found") return self._format_request(r) - @command('w') - def ackrequest(self, serialized): - """""" - pass + #@command('w') + #def ackrequest(self, serialized): + # """""" + # pass @command('w') def listrequests(self):