remove console.log

This commit is contained in:
lingdocs 2022-07-28 16:57:20 -05:00
parent 4228878017
commit 6be4531114
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -499,7 +499,6 @@ export function isStativeHelper(v: T.VerbEntry): boolean {
}
function splitUpIfModal(v: T.VerbRenderedBlock): [T.VerbRenderedBlock] | [T.ModalVerbBlock, T.ModalVerbKedulPart] {
console.log("in split up", v);
if (!isModalTense(v.block.tense)) {
return [v];
}