Skip to content

Commit

Permalink
❄️: remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
linusha committed Dec 7, 2023
1 parent 90e65f1 commit 3de6d41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lively.freezer/src/util/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ function bootstrapLivelySystem (progress, fastLoad = query.fastLoad !== false ||
m._recorder = R.registry[mod].recorder;
m._frozenModule = true;
}
// this is bullshit, it would trigger the import of a bundled module into
updateBundledModules(S, await shallowReloadModulesIfNeeded(modulesToUpdate, moduleHashes, R));
}
return mod;
Expand Down

0 comments on commit 3de6d41

Please sign in to comment.