remove the delete hooks, they're handled by the build state-change hooks
This commit is contained in:
parent
e9109a34c0
commit
7d85a79fab
1 changed files with 1 additions and 3 deletions
|
|
@ -44,9 +44,7 @@ callbacks = {
|
|||
'preTag': [],
|
||||
'postTag': [],
|
||||
'preUntag': [],
|
||||
'postUntag': [],
|
||||
'preDelete': [],
|
||||
'postDelete': []
|
||||
'postUntag': []
|
||||
}
|
||||
|
||||
class PluginTracker(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue