Cleanup: remove print left in recent fix for T66655

This commit is contained in:
Campbell Barton 2020-03-30 14:34:32 +11:00
parent ec3da20896
commit 7b347b225a
1 changed files with 0 additions and 2 deletions

View File

@ -456,8 +456,6 @@ class ToolSelectPanelHelper:
if km is None:
km = kc.keymaps.new(km_idname, **km_kwargs)
keymap_fn[0](km)
if km.keymap_items:
print(km.keymap_items[0].to_string())
keymap_fn[0] = km.name
# Ensure we have a default key map, so the add-ons keymap is properly overlayed.