From: Laury GvR Date: Tue, 14 Nov 2017 15:14:43 +0000 (-0500) Subject: Removed test echo for get city by id sql X-Git-Tag: v1.0.6^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8f153efc11c91f1c5f109a5fdf9948b7a1b8bb1c;p=WP-Themes%2Fmichigantrailmaps.git Removed test echo for get city by id sql --- diff --git a/functions.php b/functions.php index 1a1b126..3728bb9 100644 --- a/functions.php +++ b/functions.php @@ -79,7 +79,6 @@ add_filter('get_city_id_by_name', function( $city ) { . "WHERE C.name = '$city' " . "LIMIT 1" . ";"; - echo $citySql; $city = $wpdb->get_var($citySql); } return $city;