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):