diff --git a/packages/core/util.mjs b/packages/core/util.mjs index 13421f7d..b7b1e841 100644 --- a/packages/core/util.mjs +++ b/packages/core/util.mjs @@ -466,7 +466,6 @@ export function getCurrentKeyboardState() { return { ...keyState }; // Return a shallow copy of the key state object } - // Floating point versions, see Fraction for rational versions // // greatest common divisor // export const gcd = function (x, y, ...z) {