removed random lines

This commit is contained in:
s5260822 2025-03-18 20:31:39 +01:00
commit 5457fd86a4
2 changed files with 0 additions and 2 deletions

View file

@ -54,7 +54,6 @@ public class Main {
return;
}
//TEST
MongoDBHandler mongoDBHandler = new MongoDBHandler();
SpeechIndexFactoryImpl speechIndexFactory = new SpeechIndexFactoryImpl();

View file

@ -436,5 +436,4 @@ public class MongoPprUtils {
return new HtmlSpeech(speechDoc);
}
}