Cleanup: Remove commented code, use logging

This commit is contained in:
gandalf3
2017-06-29 21:20:14 -07:00
parent 1418c45a8a
commit 89ca306299
4 changed files with 3 additions and 6 deletions

View File

@@ -14,10 +14,8 @@ class USERPREF_PT_packages(bpy.types.Panel):
def draw(self, context):
wm = context.window_manager
# pm = wm.package_manager
# see comment in __init__.py
pm_settings = wm.package_manager_settings
# pm_last_code = wm.pm_last_response_code
layout = self.layout
row = layout.row()