Skip to content

Commit

Permalink
fix: accidental console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Sep 6, 2023
1 parent 80e9d58 commit 8129cae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/runtime/renderer/RenderContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ export class RenderContext extends RouterContext {

this.node = node
this.props = props
console.log('node', node)
if (!node) console.trace('node')
const params = shiftParams(node, paramsPool)
this.fragment = new RouteFragment(null, node, null, params)
Expand Down

0 comments on commit 8129cae

Please sign in to comment.