Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfenton committed Mar 10, 2016
1 parent c73bbcf commit ccf314e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/Query.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ var whereOps = {
* @param {Function} callback
*/
function filter (json, params, callback) {
console.log(json, params)
if (params.geometry && !params.skipFilter) {
geometryFilter(json, params, callback)
} else if (params.where && !params.skipFilter) {
Expand Down

0 comments on commit ccf314e

Please sign in to comment.