Browse Source

fix: remove console log

Jonathan Kelley 3 năm trước cách đây
mục cha
commit
5a908d1e8b

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

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