Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Oct 16, 2015
1 parent 3ecd259 commit 5da5861
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 0 additions & 2 deletions client/pubSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,5 @@ getPubSelector = function getPubSelector(selector, searchString, searchFields, s
result = {$or: searches};
}

console.log(result);

return result;
};
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Package.describe({
name: 'aldeed:tabular',
summary: 'Datatables for large or small datasets in Meteor',
version: '1.4.1',
version: '1.4.2',
git: 'https://github.com/aldeed/meteor-tabular.git'
});

Expand Down

0 comments on commit 5da5861

Please sign in to comment.