Browse Source

[svn r10692] Remove debug echo

Julian Prud'homme 18 years ago
parent
commit
bf3cdd9d63
1 changed files with 1 additions and 1 deletions
  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)