Skip to content

Commit

Permalink
fix merge problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jabdoa2 committed Mar 2, 2017
1 parent e128a4f commit 80109d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mpf/devices/light_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def _create_light_at_index(self, index, x, y):
else:
light_config['number'] = index
light_config['tags'].append(self.name)
light_config['debug'] = self.debug
light_config['x'] = x
light_config['y'] = y
light_config = light.validate_and_parse_config(light_config, False)
Expand Down

0 comments on commit 80109d0

Please sign in to comment.