Browse Source

removed debug

pull/295/head
Stephen Hess 9 years ago
parent
commit
2ba206f122
  1. 1
      sanitiser/_geo_common.js

1
sanitiser/_geo_common.js

@ -56,7 +56,6 @@ function sanitize_rect( key_prefix, clean, raw, bbox_is_required ) {
* @param {bool} circle_is_required * @param {bool} circle_is_required
*/ */
function sanitize_circle( key_prefix, clean, raw, circle_is_required ) { function sanitize_circle( key_prefix, clean, raw, circle_is_required ) {
// "boundary.circle", clean, raw, false
// the names we use to define the centroid // the names we use to define the centroid
var mandatoryProps = [ 'lat', 'lon' ]; var mandatoryProps = [ 'lat', 'lon' ];

Loading…
Cancel
Save