Remove console.log

This commit is contained in:
Daniel Tschinder 2017-03-02 16:31:39 +01:00
parent 55ccfbf6a0
commit c468d68cb8

View File

@ -85,8 +85,6 @@ const compatibilityTests = flattenDeep([
}) })
)); ));
console.log(invertedEqualsEnv);
const getLowestImplementedVersion = ({ features }, env) => { const getLowestImplementedVersion = ({ features }, env) => {
const tests = flatten(compatibilityTests const tests = flatten(compatibilityTests
.filter((test) => { .filter((test) => {