CVS: phpweather data_retrieval.php,1.35,1.36
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2003-12-30 16:11:10
|
Update of /cvsroot/phpweather/phpweather In directory sc8-pr-cvs1:/tmp/cvs-serv25651 Modified Files: data_retrieval.php Log Message: Removed a couple of old debug statements. Index: data_retrieval.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/data_retrieval.php,v retrieving revision 1.35 retrieving revision 1.36 diff -u -3 -r1.35 -r1.36 --- data_retrieval.php 2 Oct 2003 22:54:46 -0000 1.35 +++ data_retrieval.php 30 Dec 2003 16:01:40 -0000 1.36 @@ -285,7 +285,6 @@ if ($data = $this->db->get_metar($this->get_icao())) { /* found station */ $this->debug('get_metar_from_db(): Found the METAR in the database'); list($metar, $timestamp, $time) = end($data); - echo "metar: $metar timestamp:$timestamp time:$time<br>"; reset($data); /* We set the METAR right away, and then count on @@ -417,7 +416,6 @@ /* side effect */ $metar_time = $date[0].$date[1].$date[2].$date[3].$date[4]."00"; - echo "metar_time: $metar_time<br>"; /* We then cache the METAR in our database */ if ($new_station) { |