Prevent "/inspector/json" to be repeatedly output to the console

Differential Revision: D4474847

fbshipit-source-id: d14fe55041b7c5c04b4c8e8fce282fd62d694492
This commit is contained in:
Ciprian Pãtru 2017-01-30 11:01:38 -08:00 committed by Facebook Github Bot
parent ad8cbb6dea
commit f9c6d47b94
1 changed files with 0 additions and 1 deletions

View File

@ -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',