aboutsummaryrefslogtreecommitdiffstats
path: root/nextcloud_shares
diff options
context:
space:
mode:
authornico <nico@magicbroccoli.de>2018-10-21 14:17:40 +0200
committernico <nico@magicbroccoli.de>2018-10-21 14:17:40 +0200
commitb76ec89c3abd8d2df628fae02fc7b1f685a8d245 (patch)
treed92596785ad35fb9139e8c24162630915924ed60 /nextcloud_shares
parentdeb46a523e11e0c0f37930ad2a65b86f39f7eb8a (diff)
remove comment clutter
* remove unnecessary comments
Diffstat (limited to 'nextcloud_shares')
-rwxr-xr-xnextcloud_shares1
1 files changed, 0 insertions, 1 deletions
diff --git a/nextcloud_shares b/nextcloud_shares
index 98aaccf..dc56fba 100755
--- a/nextcloud_shares
+++ b/nextcloud_shares
@@ -103,7 +103,6 @@ class NextcloudShares:
if sys.argv[1] == "config":
# for key in config().keys() print every entry in dict
[print('\n'.join(self.config()[key])) for key in self.config().keys()]
- # MUNIN_CAP_DIRTYCONFIG capability
if os.environ.get('MUNIN_CAP_DIRTYCONFIG') == '1':
self.run()
elif sys.argv[1] == 'autoconf':