Skip to content

Commit cc5c38c

Browse files
authored
fix: removed console log (#2)
2 parents 063a56f + 3c3738e commit cc5c38c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hooks/useTranslation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ const useTranslation = (_workerScript: string): UseTranslationReturn => {
6161

6262
switch (status) {
6363
case "initiate": {
64-
console.log("initiate");
6564
setLoading(true);
6665
setModelLoading(true);
6766
setProgress((prev) => [...prev, { file, progress: progressValue }]);

0 commit comments

Comments
 (0)