diff --git a/src/equicordplugins/unitConverter/converter.ts b/src/equicordplugins/unitConverter/converter.ts index 288b5e58..70e5f4e5 100644 --- a/src/equicordplugins/unitConverter/converter.ts +++ b/src/equicordplugins/unitConverter/converter.ts @@ -31,12 +31,6 @@ const regexes: regexes = { return `${c}°C`; }, }, - // feetMark: { - // regex: /(\d+(?:\.\d+))(')(?!(\d+(?:\.\d+)?(''|")|'))/g, - // convert(...groups) { - // }, - // }, - // leaving this one in because it is commonly used for something like 5'9'' for a persons height feetInchesMark: { regex: /(\d+)(') ?(\d+(?:\.\d+)?)("|'')?/g, convert(...groups) { @@ -45,11 +39,6 @@ const regexes: regexes = { return `${ftin.toFixed(2)}m`; }, }, - // inchesMark: { - // regex: /(?