Author: mrdon Date: Mon Mar 21 20:05:26 2005 New Revision: 158534 URL: http://svn.apache.org/viewcvs?view=rev&rev=158534 Log: Removing debugging statements
Modified: struts/flow/trunk/src/java/system.js Modified: struts/flow/trunk/src/java/system.js URL: http://svn.apache.org/viewcvs/struts/flow/trunk/src/java/system.js?view=diff&r1=158533&r2=158534 ============================================================================== --- struts/flow/trunk/src/java/system.js (original) +++ struts/flow/trunk/src/java/system.js Mon Mar 21 20:05:26 2005 @@ -26,7 +26,6 @@ { var kont = _forwardAndWait(name, atts); lastContinuation = kont; - //print("looking for func: "+context.get("func")+" "+context.chainContext.fun+" "+context.chainContext.getParam().FlowCall); func = context.get("func"); if (func != null) { var ret; @@ -46,7 +45,6 @@ callFunc = true; } if (callFunc) { - print("processing cont func"); var json; eval("json = "+context.get("json")); ret = this[func].apply(this, json); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]