Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
remove stray log output
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalmer committed Oct 21, 2015
1 parent 013b1d8 commit 6a28c4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion collections/courses.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ if (Meteor.isServer) {

// Check permissions
if (!maySubscribe(operator._id, course, user._id, role)) {
console.log(operator._id, course, user._id, role, courseId, userId, role, incognito)
throw new Meteor.Error(401, "not permitted");
}

Expand Down

0 comments on commit 6a28c4d

Please sign in to comment.