chore(plugin-bust): Removed unused variable
This commit is contained in:
parent
3b7615f03a
commit
c3ea6bc5c2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export const pluginBust = plugin
|
|||
// Helper method to conditionally load this plugin
|
||||
export const withCondition = {
|
||||
plugin,
|
||||
condition: (settings = false) => {
|
||||
condition: () => {
|
||||
console.log(
|
||||
"WARNING: The 'withCondition' named export in @freesewing/plugin-bust is deprecated. Conditionality has moved to the preSetDraft lifecycle hook"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue