diff --git a/benchmarks/src/implementations/css-hooks/Box.js b/benchmarks/src/implementations/css-hooks/Box.js index ad9e568..2e0ba98 100755 --- a/benchmarks/src/implementations/css-hooks/Box.js +++ b/benchmarks/src/implementations/css-hooks/Box.js @@ -10,15 +10,6 @@ export default function Box({ outer = false, ...other }) { - console.log( - css({ - ...styles[`color${color}`], - ...(fixed && styles.fixed), - ...(layout === 'row' && styles.row), - ...(outer && styles.outer), - }) - ) - return (