Skip to content

Commit

Permalink
Remove console.log from grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Loring committed Apr 12, 2016
1 parent fcb472d commit cf94cee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/hooks/userspace/hook-grpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ var SUPPORTED_VERSIONS = '0.13.x';

function startBatchWrap(startBatch) {
return function startBatchTrace(thing, callback) {
console.log(arguments);
// TODO: maybe we only want to do this if a root context exists.
return startBatch.call(this, thing, cls.getNamespace().bind(callback));
};
Expand Down

0 comments on commit cf94cee

Please sign in to comment.