Selaa lähdekoodia

fix: remove console log

Jonathan Kelley 3 vuotta sitten
vanhempi
commit
5a908d1e8b
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      packages/interpreter/src/interpreter.js

+ 0 - 1
packages/interpreter/src/interpreter.js

@@ -102,7 +102,6 @@ export class Interpreter {
   SetAttribute(root, field, value, ns) {
     const name = field;
     const node = this.nodes[root];
-    console.log(ns);
     if (ns === "style") {
       // @ts-ignore
       node.style[name] = value;