remove log

master
Brad Cornes 2020-04-23 19:58:17 +01:00
parent 15d387ea45
commit 4174b98485
1 changed files with 1 additions and 3 deletions

View File

@ -31,9 +31,7 @@ export default function getVariants({ config, version, postcss }) {
config: (path, defaultValue) => dlv(config, path, defaultValue), config: (path, defaultValue) => dlv(config, path, defaultValue),
postcss, postcss,
}) })
} catch (_) { } catch (_) {}
console.error(_)
}
}) })
return variants return variants