Skip to content

Commit

Permalink
fix(dev): remove spurious console error in taskStaging. (QwikDev#6642)
Browse files Browse the repository at this point in the history
  • Loading branch information
genki committed Jul 9, 2024
1 parent 0588230 commit 281de97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/qwik/src/core/render/dom/notify-render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ export const executeSSRTasks = (containerState: ContainerState, rCtx: RenderCont
const runTasks = () => {
// SSR dirty tasks are in taskStaging
staging.forEach((task) => {
console.error('task', task.$qrl$.$symbol$);
if (isTask(task)) {
taskPromises.push(maybeThen(task.$qrl$.$resolveLazy$(containerEl), () => task));
}
Expand Down

0 comments on commit 281de97

Please sign in to comment.