瀏覽代碼

[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){