1
0
Fork 0

chore(plugin-bust): Removed unused variable

This commit is contained in:
joostdecock 2024-02-17 16:24:39 +01:00
parent 3b7615f03a
commit c3ea6bc5c2

View file

@ -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"
)