Skip to content

Commit b0ba190

Browse files
committed
chore: remove console.log
1 parent 37ab904 commit b0ba190

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/nodeOps.ts

-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ export const nodeOps: RendererOptions<TresObject, TresObject | null> = {
193193
let root = node
194194
let key = prop
195195
if (key === 'object' && prevValue !== null) {
196-
console.log('patchProp', { prop, prevValue, nextValue, node })
197196
// If the prop 'object' is changed, we need to re-instance the object and swap the old one with the new one
198197
const newInstance = nodeOps.createElement('primitive', undefined, undefined, {
199198
object: nextValue,

0 commit comments

Comments
 (0)