diff --git a/plugins/plugin-bust/src/index.mjs b/plugins/plugin-bust/src/index.mjs index 3962540323c..c25a25081fe 100644 --- a/plugins/plugin-bust/src/index.mjs +++ b/plugins/plugin-bust/src/index.mjs @@ -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" )