Skip to content

Commit

Permalink
chore: rebase and remove logging for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nmn committed Oct 18, 2024
1 parent 7024eaa commit 4fe7772
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
20 changes: 20 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"test": "jest"
},
"dependencies": {
"@stylexjs/style-value-parser": "0.8.0",
"postcss-value-parser": "^4.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/src/utils/normalize-value.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function normalizeValue(
* Log both key and value
* Log the error
*/
console.error(err);
// console.error(err);
}
}

Expand Down

0 comments on commit 4fe7772

Please sign in to comment.