Преглед изворни кода

feat: link open in browser

YuKun Liu пре 3 година
родитељ
комит
c737c424b0
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      packages/desktop/src/index.js

+ 3 - 1
packages/desktop/src/index.js

@@ -374,7 +374,9 @@ class Interpreter {
   }
 
   SetAttribute(edit) {
-    console.log("setting attr", edit);
+
+    // console.log("setting attr", edit);
+    
     const name = edit.field;
     const value = edit.value;
     const ns = edit.ns;