Skip to content

Commit

Permalink
removed var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r committed Jan 17, 2024
1 parent 928ae7f commit fba5e01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
} catch(GeoIp2\Exception\AddressNotFoundException) {
$geoip = array("notfound" => "IP address not found in GeoIP database.");
} catch(Exception $e) {
var_dump($e);
$geoip = array();
}

Expand Down

0 comments on commit fba5e01

Please sign in to comment.