mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -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
|
// Publish all users
|
||||||
|
|
||||||
Meteor.publish('allUsers', function(limit) {
|
Meteor.publish('allUsers', function(limit) {
|
||||||
console.log(limit)
|
|
||||||
if(canViewById(this.userId)){
|
if(canViewById(this.userId)){
|
||||||
if (isAdminById(this.userId)) {
|
if (isAdminById(this.userId)) {
|
||||||
// if user is admin, publish all fields
|
// if user is admin, publish all fields
|
||||||
|
|
Loading…
Add table
Reference in a new issue