summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brown <ben@demerara.io>2021-10-13 18:55:15 +0100
committerBen Brown <ben@demerara.io>2021-10-13 18:58:55 +0100
commit490ee6706ef8d4fd884696b4947871b76bc3c437 (patch)
treed3724e7a90a8b7ebc25008df2812d0c0acae7781
parentc9ed154719282e96526a869db40c6958703094fd (diff)
downloadlorry-controller-490ee6706ef8d4fd884696b4947871b76bc3c437.tar.gz
Remove unclear comment
-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)