summaryrefslogtreecommitdiff
path: root/lorrycontroller/readconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'lorrycontroller/readconf.py')
-rw-r--r--lorrycontroller/readconf.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lorrycontroller/readconf.py b/lorrycontroller/readconf.py
index 18dda41..f677bd1 100644
--- a/lorrycontroller/readconf.py
+++ b/lorrycontroller/readconf.py
@@ -109,9 +109,6 @@ class ReadConfiguration(lorrycontroller.LorryControllerRoute):
if not os.path.exists(confdir):
cliapp.runcmd(['git', 'init', confdir])
- # The following sequence makes the working tree mirror
- # current upstream git repository as closely as possible.
-
# Fetch updates to remote branch.
cliapp.runcmd(['git', 'fetch', '--prune', url, branch], cwd=confdir)