diff options
Diffstat (limited to 'module/remote/RequestObject.py')
-rw-r--r-- | module/remote/RequestObject.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/remote/RequestObject.py b/module/remote/RequestObject.py index 0141b5e1d..54ea837a6 100644 --- a/module/remote/RequestObject.py +++ b/module/remote/RequestObject.py @@ -15,5 +15,4 @@ class RequestObject(object): self.command = None self.function = "" self.args = [] - self.response = None self.data = None |