remove console.log
This commit is contained in:
parent
4228878017
commit
6be4531114
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "3.6.1",
|
"version": "3.6.2",
|
||||||
"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",
|
||||||
|
|
|
@ -499,7 +499,6 @@ export function isStativeHelper(v: T.VerbEntry): boolean {
|
||||||
}
|
}
|
||||||
|
|
||||||
function splitUpIfModal(v: T.VerbRenderedBlock): [T.VerbRenderedBlock] | [T.ModalVerbBlock, T.ModalVerbKedulPart] {
|
function splitUpIfModal(v: T.VerbRenderedBlock): [T.VerbRenderedBlock] | [T.ModalVerbBlock, T.ModalVerbKedulPart] {
|
||||||
console.log("in split up", v);
|
|
||||||
if (!isModalTense(v.block.tense)) {
|
if (!isModalTense(v.block.tense)) {
|
||||||
return [v];
|
return [v];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue