Skip to content

Commit

Permalink
perf: remove graphiteWidth option testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv-source committed Oct 27, 2023
1 parent 4211f46 commit c888e4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/math.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@ export function add(x: number, y: number): number {
export function multiply(x: number, y: number): number {
console.log(x);
console.log(y);
console.log("kjhjhkl")
return x * y;
}
// perf(pencil): remove graphiteWidth option

// BREAKING CHANGE: The graphiteWidth option has been removed.
// The default graphite width of 10mm is always used for performance reasons.

0 comments on commit c888e4a

Please sign in to comment.