From be2c7cffa2c9dab625b9321f251813e1630c8fea Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Mon, 6 Jan 2014 22:33:23 -0500 Subject: [PATCH] rm testin pritn --- simple-location.php | 1 - 1 file changed, 1 deletion(-) 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'] == '') {