Skip to content

Commit

Permalink
Remove console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed May 17, 2011
1 parent c9ed1ae commit e033a94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions finder/templates/demo.js
Expand Up @@ -277,8 +277,6 @@ function display_smith_county() {
// Construct new polygons
var paths = [];

console.log(SMITH_COUNTY);

$.each(SMITH_COUNTY['features'][0]['geometry']['coordinates'], function(i, n){
var path = [];

Expand Down

0 comments on commit e033a94

Please sign in to comment.