]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove debug output
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 28 Nov 2014 21:16:56 +0000 (22:16 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 28 Nov 2014 21:16:56 +0000 (22:16 +0100)
utils/setup.php

index 65c3d88aaf619df098a6025ec9467e8c4adcdffb..bc6a2aeb682f9e19bb8748e050f531d3d29ec761 100755 (executable)
                        // download.geofabrik.de:    <a href="000/">000/</a></td><td align="right">26-Feb-2013 11:53  </td>
                        // planet.openstreetmap.org: <a href="273/">273/</a>                    2013-03-11 07:41    -
                        preg_match_all('#<a href="[0-9]{3}/">([0-9]{3}/)</a>\s*([-0-9a-zA-Z]+ [0-9]{2}:[0-9]{2})#', $sRep, $aRepMatches, PREG_SET_ORDER);
                        // download.geofabrik.de:    <a href="000/">000/</a></td><td align="right">26-Feb-2013 11:53  </td>
                        // planet.openstreetmap.org: <a href="273/">273/</a>                    2013-03-11 07:41    -
                        preg_match_all('#<a href="[0-9]{3}/">([0-9]{3}/)</a>\s*([-0-9a-zA-Z]+ [0-9]{2}:[0-9]{2})#', $sRep, $aRepMatches, PREG_SET_ORDER);
-                       var_dump($aRepMatches);
                        if ($aRepMatches)
                        {
                                $aPrevRepMatch = false;
                        if ($aRepMatches)
                        {
                                $aPrevRepMatch = false;
                                $sRepURL .= $aRepMatch[1];
                                $sRep = file_get_contents($sRepURL."?C=M;O=D;F=1");
                                preg_match_all('#<a href="[0-9]{3}/">([0-9]{3}/)</a>\s*([-0-9a-zA-Z]+ [0-9]{2}:[0-9]{2})#', $sRep, $aRepMatches, PREG_SET_ORDER);
                                $sRepURL .= $aRepMatch[1];
                                $sRep = file_get_contents($sRepURL."?C=M;O=D;F=1");
                                preg_match_all('#<a href="[0-9]{3}/">([0-9]{3}/)</a>\s*([-0-9a-zA-Z]+ [0-9]{2}:[0-9]{2})#', $sRep, $aRepMatches, PREG_SET_ORDER);
-                               var_dump($aRepMatches);
                                $aPrevRepMatch = false;
                                foreach($aRepMatches as $aRepMatch)
                                {
                                $aPrevRepMatch = false;
                                foreach($aRepMatches as $aRepMatch)
                                {
                                $sRepURL .= $aRepMatch[1];
                                $sRep = file_get_contents($sRepURL."?C=M;O=D;F=1");
                                preg_match_all('#<a href="[0-9]{3}.state.txt">([0-9]{3}).state.txt</a>\s*([-0-9a-zA-Z]+ [0-9]{2}:[0-9]{2})#', $sRep, $aRepMatches, PREG_SET_ORDER);
                                $sRepURL .= $aRepMatch[1];
                                $sRep = file_get_contents($sRepURL."?C=M;O=D;F=1");
                                preg_match_all('#<a href="[0-9]{3}.state.txt">([0-9]{3}).state.txt</a>\s*([-0-9a-zA-Z]+ [0-9]{2}:[0-9]{2})#', $sRep, $aRepMatches, PREG_SET_ORDER);
-                               var_dump($aRepMatches);
                                $aPrevRepMatch = false;
                                foreach($aRepMatches as $aRepMatch)
                                {
                                $aPrevRepMatch = false;
                                foreach($aRepMatches as $aRepMatch)
                                {