Explorar o código

fix: remove console log

Jonathan Kelley %!s(int64=3) %!d(string=hai) anos
pai
achega
5a908d1e8b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;