Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
khshourov committed Nov 3, 2024
1 parent 2a22741 commit 4462378
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dictionary-records/dictionary-records.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export class DictionaryRecordService {
word,
lexicalEntry: zipped,
});
console.log(dictionaryWord);
}

return dictionaryWord;
Expand Down

0 comments on commit 4462378

Please sign in to comment.