From 71585a2395835ec94f0826af27bc470d0c64fc67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 29 Jul 2016 09:39:38 +0200 Subject: [PATCH] fixup! style --- server/current-context.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/current-context.js b/server/current-context.js index 8e6ae13..733a86a 100644 --- a/server/current-context.js +++ b/server/current-context.js @@ -7,7 +7,6 @@ var domain = require('domain'); - // Require CLS only when using the current context feature. // As soon as this require is done, all the instrumentation/patching // of async-listener is fired which is not ideal.