From f9c6d47b943d046c9b29086481a7d146a144a09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciprian=20P=C3=A3tru?= Date: Mon, 30 Jan 2017 11:01:38 -0800 Subject: [PATCH] Prevent "/inspector/json" to be repeatedly output to the console Differential Revision: D4474847 fbshipit-source-id: d14fe55041b7c5c04b4c8e8fce282fd62d694492 --- local-cli/server/util/inspectorProxy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/local-cli/server/util/inspectorProxy.js b/local-cli/server/util/inspectorProxy.js index 60203d459..778327f6c 100644 --- a/local-cli/server/util/inspectorProxy.js +++ b/local-cli/server/util/inspectorProxy.js @@ -305,7 +305,6 @@ class InspectorProxy { processRequest(req: any, res: any, next: any) { // TODO: Might wanna actually do the handling here - console.log(req.url); const endpoints = [ '/inspector/', '/inspector/page',