From e9885015aa6cc59c75bf444f992733fe60e363d2 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sun, 6 May 2018 00:43:24 +0200 Subject: [PATCH] Removed unused comments. --- deluge_cli.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deluge_cli.py b/deluge_cli.py index 217378b..5a1d7cf 100755 --- a/deluge_cli.py +++ b/deluge_cli.py @@ -74,10 +74,7 @@ class Deluge(object): self.ssh_host = config['ssh']['HOST'] self.ssh_user = config['ssh']['USER'] self.ssh_pkey = config['ssh']['PKEY'] - - # self.ssh_host = config['ssh']['HOST'] - # self.ssh_user = config['ssh']['USER'] - # self.ssh_pkey = config['ssh']['PKEY'] + self._connect() def parseResponse(self, response):