Address comments on 67b1857e58

This commit is contained in:
Ellwood Zwovic
2017-07-14 18:02:52 -07:00
parent 0e0673bc16
commit 678ab8cadf
2 changed files with 12 additions and 31 deletions

View File

@@ -240,9 +240,6 @@ class BPKG_OT_refresh(SubprocMixin, bpy.types.Operator):
log = logging.getLogger(__name__ + ".BPKG_OT_refresh")
def invoke(self, context, event):
return super().invoke(context, event)
def create_subprocess(self):
"""Starts the download process.