Item9190: debugging statements are left in Validate.pm
Priority: Low
Current State: Closed
Released In: n/a
Target Release: n/a
Applies To: Extension
Component: FormPlugin
Branches:
There are a couple of debug statements which print to STDERR in
FormPlugin/Validate.pm:
197 ## Moron check...
198 unless ($field) {
199 print STDERR "no field\n";
200 $Error =
201 qq(Invalid arg "$_[$arg]" given to GetFormData(): No field name???);
202 return;
203 }
254 my @values = $query->param ($field);
255
256 use Data::Dumper;
257 print STDERR "----".$field."\n---".Dumper(%fields)."\n";
258
--
DiabJerius - 23 Jun 2010
Validate.pm
is no longer used.
--
ArthurClemens - 30 Apr 2011