Selaa lähdekoodia

[svn r12069] remove a debug string

Julian Prud'homme 18 vuotta sitten
vanhempi
commit
80073eeb85
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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){