Selaa lähdekoodia

[svn r11047] remove trace

Patrick Vandermaesen 18 vuotta sitten
vanhempi
commit
44957b86b5
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      main/inc/lib/WCAG/WCAG_rendering.php

+ 0 - 3
main/inc/lib/WCAG/WCAG_rendering.php

@@ -149,9 +149,6 @@ function &prepare_admin_form( $xhtml, &$form )
 
 	if ($form == null) {
 		$form = new FormValidator('waiForm');
-		echo("form creation");
-	} else {
-		echo("no form creation");
 	}
 	$form->addElement('textarea','text',get_lang('WCAGContent'));
 	$file =& $form->addElement('text','imagefile',get_lang('WCAGImage'));