diff --git a/simple-location.php b/simple-location.php index c4776f9..14d318b 100644 --- a/simple-location.php +++ b/simple-location.php @@ -36,7 +36,6 @@ function simple_location_post_save($post_id) { $ipLite = new ip2location_lite; $ipLite->setKey($key); $locations = $ipLite->getCity($_SERVER['REMOTE_ADDR']); - print_r($locations); } } if ($_POST['city'] == '') {