Kaynağa Gözat

Inspector - removed tests

Julian 8 yıl önce
ebeveyn
işleme
4a51143e06
1 değiştirilmiş dosya ile 10 ekleme ve 9 silme
  1. 10 9
      inspector/src/tabs/ConsoleTab.ts

+ 10 - 9
inspector/src/tabs/ConsoleTab.ts

@@ -62,15 +62,16 @@ module INSPECTOR {
                 this._bjsPanelContent.innerHTML += entry;
                 this._bjsPanelContent.innerHTML += entry;
             };
             };
 
 
-            console.log("This is a console.log message");
-            console.log("That's right, console.log calls are hooked to be written in this window");
-            console.log("Object are also stringify-ed", {width:10, height:30, shape:'rectangular'});
-            console.warn("This is a console.warn message");
-            console.error("This is a console.error message");
-
-            BABYLON.Tools.Log("This is a message");
-            BABYLON.Tools.Warn("This is a warning");
-            BABYLON.Tools.Error("This is a error");
+            // Testing
+            // console.log("This is a console.log message");
+            // console.log("That's right, console.log calls are hooked to be written in this window");
+            // console.log("Object are also stringify-ed", {width:10, height:30, shape:'rectangular'});
+            // console.warn("This is a console.warn message");
+            // console.error("This is a console.error message");
+
+            // BABYLON.Tools.Log("This is a message");
+            // BABYLON.Tools.Warn("This is a warning");
+            // BABYLON.Tools.Error("This is a error");
 
 
         }
         }