Quellcode durchsuchen

chore: remove console.log

alvarosabu vor 1 Jahr
Ursprung
Commit
b0ba190f33
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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 key = prop
       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
         const newInstance = nodeOps.createElement('primitive', undefined, undefined, { 
           object: nextValue,