Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Oct 19, 2023
1 parent 7b3a19e commit 1bf48b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/alfa-style/src/node/predicate/is-clipped.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ const { isElement, hasBox } = Element;
const { not, or, test } = Predicate;
const { and } = Refinement;

// function show(msg: string): (_: any, res: boolean) => void {
// return (_, res) => console.log(`${msg}: ${res}`);
// }

const cache = Cache.empty<Device, Cache<Context, Cache<Node, boolean>>>();

/**
Expand Down

0 comments on commit 1bf48b9

Please sign in to comment.