Skip to content

Commit

Permalink
dropped debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpearson committed Dec 7, 2015
1 parent 94382bb commit 88249c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ for (var i = 0; i < logLevels.length; i++) {
}
}

console.log(allowedLogLevels);

// default logger: keep it for now and call winston logger from it
app.logmessage = function(message, loglevel, skip) {
loglevel = loglevel || 'info';
Expand Down
2 changes: 1 addition & 1 deletion src/models/channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Channel.invoke = function(adjacentExports, transforms, client, contentParts, nex
// invoke method
client.owner_id = this.owner_id;

pod.bindUserAuth(sysImports, this.owner_id, function(err, sysImports) {
pod.bindUserAuth(sysImports, this.owner_id, function anonBoundUser(err, sysImports) {
if (!err) {
Channel.pods[podName].invoke(
podTokens.action,
Expand Down

0 comments on commit 88249c3

Please sign in to comment.