Prevent "/inspector/json" to be repeatedly output to the console
Differential Revision: D4474847 fbshipit-source-id: d14fe55041b7c5c04b4c8e8fce282fd62d694492
This commit is contained in:
parent
ad8cbb6dea
commit
f9c6d47b94
|
@ -305,7 +305,6 @@ class InspectorProxy {
|
||||||
|
|
||||||
processRequest(req: any, res: any, next: any) {
|
processRequest(req: any, res: any, next: any) {
|
||||||
// TODO: Might wanna actually do the handling here
|
// TODO: Might wanna actually do the handling here
|
||||||
console.log(req.url);
|
|
||||||
const endpoints = [
|
const endpoints = [
|
||||||
'/inspector/',
|
'/inspector/',
|
||||||
'/inspector/page',
|
'/inspector/page',
|
||||||
|
|
Loading…
Reference in New Issue