mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
removed console.log call
This commit is contained in:
parent
999464d4b6
commit
1fa23148e4
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ Meteor.publish('postsListUsers', function(find, options) {
|
|||
// Publish all users
|
||||
|
||||
Meteor.publish('allUsers', function(limit) {
|
||||
console.log(limit)
|
||||
if(canViewById(this.userId)){
|
||||
if (isAdminById(this.userId)) {
|
||||
// if user is admin, publish all fields
|
||||
|
|
Loading…
Add table
Reference in a new issue