1. Save a simple plugin in packages dir:
- Code: Select all
def plugin_loaded():
print ('x')
2. Remove the `plugin_loaded` method and save the file again.
This prints 'x' again in the console although this method was deleted.
Same issue with `plugin_unloaded`.