removed redundant wrap

This commit is contained in:
wikoreman 2018-08-22 17:29:50 +02:00
parent 5e6757071e
commit 2a1205ae9d

View file

@ -24,9 +24,3 @@ def uninstall():
print("Deregistering global plug-ins..")
pyblish.deregister_plugin_path(PUBLISH_PATH)
avalon.deregister_plugin_path(avalon.Loader, LOAD_PATH)
def register_loader_plugins():
"""Wrap to install Loader plugins for standalone"""
install()