|
@@ -63,7 +63,7 @@ module INSPECTOR {
|
|
|
};
|
|
|
|
|
|
// Testing
|
|
|
- console.log("This is a console.log message");
|
|
|
+ //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");
|