Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Feb 2, 2024
2 parents de095ed + 6d42216 commit ae417a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ case "insert-manual-record": { await onInsertManualRecord(args);
case "load-model": {
// Load model called when switching model *after* app launch
SEEN_MODEL_READY = false;
//UI.postMessage({ event: "spawning" });

// Since models have different sample rates, we need to clear the cache of
// files that have been resampled for a different model, and reset metadata
Expand Down

0 comments on commit ae417a3

Please sign in to comment.