This commit is contained in:
adueck 2022-09-23 14:29:45 +04:00
parent cc83c1318e
commit 03a4abbaa1
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@lingdocs/pashto-inflector", "name": "@lingdocs/pashto-inflector",
"version": "4.0.0", "version": "4.0.1",
"author": "lingdocs.com", "author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com", "homepage": "https://verbs.lingdocs.com",

View File

@ -311,7 +311,6 @@ export function vpsReducer(vps: T.VPSelectionState, action: VpsReducerAction, se
throw new Error("unknown vpsReducer state"); throw new Error("unknown vpsReducer state");
} }
const modified = doReduce(); const modified = doReduce();
console.log("called once");
const err = checkForMiniPronounsError(modified); const err = checkForMiniPronounsError(modified);
if (err) { if (err) {
if (sendAlert) sendAlert(err); if (sendAlert) sendAlert(err);