From b61430f24ab3cf2cecc0bcc67b6e83115ec1336b Mon Sep 17 00:00:00 2001 From: Dima Date: Tue, 6 Oct 2020 16:32:14 +0300 Subject: [PATCH] remove dupms --- tab_nine_process.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tab_nine_process.py b/tab_nine_process.py index 85de7c8..f57b217 100644 --- a/tab_nine_process.py +++ b/tab_nine_process.py @@ -129,7 +129,6 @@ def request(self, req): def get_capabilities(self): capabilities = self.request({ "Features": {}}) - print("capabilities: ", json.dumps(capabilities)) return capabilities def uninstalling(self):