diff --git a/ui (gen4)/lib/features.js b/ui (gen4)/lib/features.js index baa7a65c..23b43d89 100755 --- a/ui (gen4)/lib/features.js +++ b/ui (gen4)/lib/features.js @@ -744,6 +744,9 @@ var FeatureSetProto = { } // check applicability... if(f.isApplicable && !f.isApplicable.call(that, obj)){ + // XXX not sure if this is the right place for this... + console.warn('Excluding unaplicable:', n, '(reccomended to exclude manually)') + unapplicable.push(n) return false }