Revert "Update UtilityService.ts"

This reverts commit e5fd9e004c.
This commit is contained in:
syuilo 2024-09-22 11:05:38 +09:00
parent 3c10abb123
commit 90b8b4c487
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ export class UtilityService {
@bindThis
public isKeyWordIncluded(text: string, keyWords: string[]): boolean {
console.log(text, keyWords);
if (keyWords.length === 0) return false;
if (text === '') return false;