zouyong hace 5 años
padre
commit
9fe066bcb8
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      mk_framework/assets/script/mk/system/MKSystem.ts

+ 0 - 6
mk_framework/assets/script/mk/system/MKSystem.ts

@@ -61,12 +61,6 @@ class MKSystem {
         this.data = new DataSystem();
         this.http = new HttpSystem();
 
-        let a = 1;
-        let b = "a";
-        let c = { a: 1 };
-        console.log(JSON.stringify(a));
-        console.log(JSON.stringify(b));
-        console.log(JSON.stringify(c));
     }
 }