File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/java/fr/paris/lutece/plugins/forms/web Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -883,12 +883,6 @@ public synchronized XPage doSaveStep( HttpServletRequest request ) throws SiteMe
883
883
_currentStep = StepHome .findByPrimaryKey (Integer .parseInt (request .getParameter (FormsConstants .PARAMETER_ID_STEP )));
884
884
List <String > errorList = new ArrayList <>( );
885
885
_currentStep = FormsResponseUtils .getNextStep ( _currentStep .getId ( ), errorList , _formResponseManager );
886
- // print all parameters
887
- Enumeration <String > parameterNames = request .getParameterNames ();
888
- while (parameterNames .hasMoreElements ()) {
889
- String paramName = parameterNames .nextElement ();
890
- AppLogService .error ("########### : " + paramName + " : " + request .getParameter (paramName ));
891
- }
892
886
return getStepView ( request );
893
887
}
894
888
You can’t perform that action at this time.
0 commit comments