Przeglądaj źródła

forgot to remove debug string lol

yeungalan 5 lat temu
rodzic
commit
189ecd789f
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      SystemAOB/functions/timezone_v1/opr.php

+ 0 - 1
SystemAOB/functions/timezone_v1/opr.php

@@ -49,7 +49,6 @@ if($_GET["opr"] == "query"){
 		
 		//check the Daylight saving
 		$nextDayLightSavingTZ = new DateTimeZone($result["timezone"]); //use timezone to fetch the data
-		print_r($nextDayLightSavingTZ);
 		//get next transitions
 		$nextDayLightSavingTZTransitions = $nextDayLightSavingTZ->getTransitions(time());
 		//if >1 then means had daylight saving in future