Browse Source

remove debug

Simon Oberhammer 12 years ago
parent
commit
e62e2b5578
1 changed files with 1 additions and 2 deletions
  1. 1 2
      ringojs/ringo-main.js

+ 1 - 2
ringojs/ringo-main.js

@@ -79,7 +79,6 @@ exports.app = function(req) {
          }
          }
       }
       }
    }
    }
-   console.log(path)
 };
 };
 
 
 
 
@@ -89,4 +88,4 @@ var datasource = module.singleton('pooling-datasource', function() {
 
 
 if (require.main == module) {
 if (require.main == module) {
     require("ringo/httpserver").main(module.id);
     require("ringo/httpserver").main(module.id);
-}
+}