Skip to content

Commit b999967

Browse files
authored
Merge pull request #62 from AegisJSProject/bug/logging
Remove debugging `console.log`
2 parents a89c4ca + f0c0919 commit b999967

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.0.12] - 2024-10-04
11+
12+
### Fixed
13+
- Remove `console.log` that was left in for `css`
14+
1015
## [v0.0.11] - 2024-09-29
1116

1217
### Added

css.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ const stringify = thing => {
3131
};
3232

3333
export function createStyleSheet(cssRules, { media, disabled, baseURL } = {}) {
34-
console.log(cssRules);
3534
const sheet = new CSSStyleSheet({
3635
media: media instanceof MediaQueryList ? media.media : media,
3736
disabled,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aegisjsproject/parsers",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "A collection of secure & minimal parsers for HTML, CSS, SVG, MathML, XML, and JSON",
55
"keywords": [
66
"aegis",

0 commit comments

Comments
 (0)