From cf94ceefd5d311575e3b331c9db2e1a8e1a82050 Mon Sep 17 00:00:00 2001 From: Matt Loring Date: Tue, 12 Apr 2016 13:49:31 -0700 Subject: [PATCH] Remove console.log from grpc --- lib/hooks/userspace/hook-grpc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/hooks/userspace/hook-grpc.js b/lib/hooks/userspace/hook-grpc.js index 1885b944c..81022be79 100644 --- a/lib/hooks/userspace/hook-grpc.js +++ b/lib/hooks/userspace/hook-grpc.js @@ -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)); };