alvarosabu пре 1 година
родитељ
комит
b0ba190f33
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/core/nodeOps.ts

+ 0 - 1
src/core/nodeOps.ts

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