| Index: sky/framework/inspector/debug.sky
|
| diff --git a/sky/framework/inspector/debug.sky b/sky/framework/inspector/debug.sky
|
| deleted file mode 100644
|
| index 60fc18204b22e5510e7deb51310dd474a781ef05..0000000000000000000000000000000000000000
|
| --- a/sky/framework/inspector/debug.sky
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<script>
|
| -function logParams(name, params) {
|
| - console.log(name + "(" + JSON.stringify(params, null, " ") + ")");
|
| -}
|
| -
|
| -function loggingStub(name) {
|
| - return function(params) {
|
| - logParams(name, params);
|
| - }
|
| -}
|
| -
|
| -module.exports = {
|
| - logParams: logParams,
|
| - loggingStub: loggingStub,
|
| -}
|
| -</script>
|
|
|