We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 063a56f + 3c3738e commit cc5c38cCopy full SHA for cc5c38c
src/hooks/useTranslation.ts
@@ -61,7 +61,6 @@ const useTranslation = (_workerScript: string): UseTranslationReturn => {
61
62
switch (status) {
63
case "initiate": {
64
- console.log("initiate");
65
setLoading(true);
66
setModelLoading(true);
67
setProgress((prev) => [...prev, { file, progress: progressValue }]);
0 commit comments