Skip to content

Commit

Permalink
remove.. might not be needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
megies committed Jan 31, 2020
1 parent 19f631f commit cdcdf46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion djangoplugins/management/commands/syncplugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def plugins(self, point, point_inst):
for plugin, inst in self.available(src, dst, Plugin):
inst.point = point_inst
inst.name = getattr(plugin, 'name', None)
inst.id = getattr(plugin, 'id')
if hasattr(plugin, 'title'):
inst.title = six.text_type(getattr(plugin, 'title'))
inst.save()
Expand Down

0 comments on commit cdcdf46

Please sign in to comment.