From 490ee6706ef8d4fd884696b4947871b76bc3c437 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Wed, 13 Oct 2021 18:55:15 +0100 Subject: Remove unclear comment --- lorrycontroller/readconf.py | 3 --- 1 file changed, 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) -- cgit v1.2.1