Skip to content

Commit 5fab51b

Browse files
committed
Clean up
1 parent 99f2546 commit 5fab51b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

packages/alfa-cascade/src/cascade.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class Cascade implements Serializable {
6363
this._depth = getDepth(root);
6464
this._device = device;
6565
this._selectors = SelectorMap.from(
66-
[/*UserAgent,*/ ...root.style],
66+
[UserAgent, ...root.style],
6767
device,
6868
this._depth,
6969
);

packages/alfa-style/src/style.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference lib="dom" />
21
import { Array } from "@siteimprove/alfa-array";
32
import { Cache } from "@siteimprove/alfa-cache";
43
import type { Callback } from "@siteimprove/alfa-callback";
@@ -120,8 +119,6 @@ export class Style implements Serializable<Style.JSON> {
120119
declaration: Declaration,
121120
origin: Origin,
122121
): void {
123-
console.log(`${name} is ${Longhands.propName(name)}`);
124-
125122
const property = Longhands.get(name);
126123

127124
// If the property has been reverted to User Agent origin,

yarn.lock

+2
Original file line numberDiff line numberDiff line change
@@ -2035,10 +2035,12 @@ __metadata:
20352035
"@siteimprove/alfa-applicative": "workspace:^"
20362036
"@siteimprove/alfa-array": "workspace:^"
20372037
"@siteimprove/alfa-cache": "workspace:^"
2038+
"@siteimprove/alfa-callback": "workspace:^"
20382039
"@siteimprove/alfa-cascade": "workspace:^"
20392040
"@siteimprove/alfa-css": "workspace:^"
20402041
"@siteimprove/alfa-device": "workspace:^"
20412042
"@siteimprove/alfa-dom": "workspace:^"
2043+
"@siteimprove/alfa-either": "workspace:^"
20422044
"@siteimprove/alfa-equatable": "workspace:^"
20432045
"@siteimprove/alfa-functor": "workspace:^"
20442046
"@siteimprove/alfa-iterable": "workspace:^"

0 commit comments

Comments
 (0)