소스 검색

[svn r12069] remove a debug string

Julian Prud'homme 18 년 전
부모
커밋
80073eeb85
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      main/inc/lib/tracking.lib.php

+ 0 - 2
main/inc/lib/tracking.lib.php

@@ -121,8 +121,6 @@ class Tracking {
 				$timestamp=strtotime($last_login_date);
 				$currentTimestamp=mktime();
 				
-				echo $currentTimestamp-$timestamp.'<br>';
-				
 				//If the last connection is > than 7 days, the text is red
 				//345600 = 7 days in seconds 
 				if($currentTimestamp-$timestamp>604800){