aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/layerconfparse.py
diff options
context:
space:
mode:
Diffstat (limited to 'layerindex/layerconfparse.py')
-rw-r--r--layerindex/layerconfparse.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/layerindex/layerconfparse.py b/layerindex/layerconfparse.py
index 3a453bd156..d599ed56b1 100644
--- a/layerindex/layerconfparse.py
+++ b/layerindex/layerconfparse.py
@@ -34,9 +34,6 @@ class LayerConfParse:
def parse_layer(self, layerbranch, layerdir):
- utils.checkout_layer_branch(layerbranch, layerdir, self.logger)
-
-
# This is not a valid layer, parsing will cause exception.
if not utils.is_layer_valid(layerdir):
return None