r9759 - helma-ng/trunk/modules/helma

[email protected] Thu, 14 May 2009 17:27:34 +0200 (CEST)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20090514152734.C005F3D0D6@mia>
Author: hannes
Date: 2009-05-14 17:27:34 +0200 (Thu, 14 May 2009)
New Revision: 9759

Modified:
   helma-ng/trunk/modules/helma/webapp.js
Log:
Remove print() statement

Details at http://dev.helma.org/trac/helma/changeset/9759

Modified: helma-ng/trunk/modules/helma/webapp.js
===================================================================
--- helma-ng/trunk/modules/helma/webapp.js	2009-05-14 15:27:32 UTC (rev 9758)
+++ helma-ng/trunk/modules/helma/webapp.js	2009-05-14 15:27:34 UTC (rev 9759)
@@ -100,7 +100,6 @@
                         // set req.actionPath to the part of the path that resolves to the action
                         actionPath.push(match[0], pathArray[0] || "index");
                         req.actionPath =  actionPath.join("/").replace(/\/+/g, "/");
-                        print(req.actionPath);
                         // add remaining path elements as additional action arguments
                         var actionArgs = pathArray.slice(1);
                         var matchedArgs = match.slice(1);