Browse Source

[svn r10692] Remove debug echo

Julian Prud'homme 18 năm trước cách đây
mục cha
commit
bf3cdd9d63
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main/newscorm/learnpath.class.php

+ 1 - 1
main/newscorm/learnpath.class.php

@@ -437,7 +437,7 @@ class learnpath {
     		)";
     	
     	if($this->debug>2){error_log('New LP - Inserting dokeos_chapter: '.$sql_ins,0);}
-		echo "$sql_ins<br>";
+
     	$res_ins = api_sql_query($sql_ins, __FILE__, __LINE__);
     	
     	if($res_ins > 0)