diff --git a/lib/resolve-value.js b/lib/resolve-value.js index 1138a68..d8f398c 100644 --- a/lib/resolve-value.js +++ b/lib/resolve-value.js @@ -94,7 +94,7 @@ var resolveValue = function(decl, map, /*optional*/ignorePseudoScope, /*internal isResultantValueUndefined = replaceValue === undefined; if(isResultantValueUndefined) { - warnings.push(['variable ' + variableName + ' is undefined and used without a fallback', { node: decl }]); + // warnings.push(['variable ' + variableName + ' is undefined and used without a fallback', { node: decl }]); } //console.log(debugIndent, 'replaceValue', replaceValue);