Skip to content

Commit 5da5861

Browse files
committed
Remove console.log
1 parent 3ecd259 commit 5da5861

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

client/pubSelector.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,5 @@ getPubSelector = function getPubSelector(selector, searchString, searchFields, s
6868
result = {$or: searches};
6969
}
7070

71-
console.log(result);
72-
7371
return result;
7472
};

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Package.describe({
44
name: 'aldeed:tabular',
55
summary: 'Datatables for large or small datasets in Meteor',
6-
version: '1.4.1',
6+
version: '1.4.2',
77
git: 'https://github.com/aldeed/meteor-tabular.git'
88
});
99

0 commit comments

Comments
 (0)