Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dqnykamp committed Dec 22, 2023
1 parent 8bf8383 commit 86c1d07
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { DoenetMLFlags, defaultFlags } from "../../../DoenetML";
* Create a DoenetCoreWorker that is wrapped in Comlink for a nice async API.
*/
export function createWrappedCoreWorker() {
// TODO: after merge in #69, change to type: "classic"
const worker = new Worker(doenetGlobalConfig.doenetWorkerUrl, {
type: "classic",
});
Expand Down

0 comments on commit 86c1d07

Please sign in to comment.