Skip to content

Commit

Permalink
Item11690: delete print statement leftover from testing
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/FormPlugin@14437 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
FlorianSchlichting authored and FlorianSchlichting committed Mar 23, 2012
1 parent 42fec1c commit 91a8bc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Foswiki/Plugins/FormPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ sub _formElement {
&& $submittedFormName
&& $submittedFormName eq $formName )
{
print "HERE\n";

# fields already populated: do nothing
$fieldData = $submittedFormData->{names}->{$name};
Expand Down

0 comments on commit 91a8bc9

Please sign in to comment.