Browse Source

[svn r10135] Minor - Removed forgotten error_log

Yannick Warnier 18 years ago
parent
commit
42da049869
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main/newscorm/lp_comm.server.php

+ 0 - 1
main/newscorm/lp_comm.server.php

@@ -343,7 +343,6 @@ function start_timer()
 {
 	$objResponse = new xajaxResponse();
 	$time = time();
-	error_log('assigning '.$time.' to timer ',0);	
 	$objResponse->addScript("asset_timer='$time';asset_timer_total=0;");
 	return $objResponse;
 }