Index: trunk/extensions/Maps/Includes/Maps_CoordinateParser.php |
— | — | @@ -209,7 +209,6 @@ |
210 | 210 | if ( ( $asciiValue > 31 && $asciiValue < 127 ) || $asciiValue == 194 || $asciiValue == 176 ) { |
211 | 211 | $filtered[] = $character; |
212 | 212 | } |
213 | | - else {var_dump($asciiValue);} |
214 | 213 | } |
215 | 214 | |
216 | 215 | return implode( '', $filtered ); |