Skip to content

Commit e96b529

Browse files
committed
commented unused lines in prepares
1 parent 5732b1c commit e96b529

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

functions/prepares.js

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ async function solveMISC(words, types, langRef){
4747
return [words, types];
4848
}
4949

50+
/*
5051
async function splitART(obj, langRef){
5152
for(let i=0; i<obj.words.length; i++){
5253
const wordsSplit = obj.words[i].split(' ');
@@ -76,6 +77,7 @@ async function splitART(obj, langRef){
7677
}
7778
}
7879
}
80+
*/
7981

8082
async function splitDefinitives(obj, langRef){
8183
for(let i=0; i<obj.words.length; i++){

0 commit comments

Comments
 (0)