Skip to content

Commit e752c6d

Browse files
committed
remove debug stuff
1 parent 5018a0b commit e752c6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/translator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,4 +1297,3 @@ function multipleSentences(
12971297
export function translate(src: string): Output<Array<English.Sentence>> {
12981298
return parse(src).flatMap(multipleSentences);
12991299
}
1300-
translate("toki pona");

0 commit comments

Comments
 (0)