소스 검색

[svn r11047] remove trace

Patrick Vandermaesen 18 년 전
부모
커밋
44957b86b5
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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'));