From 36a18315d8fbc15a318ba1751915a9452cbb21a3 Mon Sep 17 00:00:00 2001 From: Daniel Ternyak Date: Fri, 6 Jul 2018 18:38:16 -0500 Subject: [PATCH] disable local node polling until we allow the user to disable from the client --- common/components/CustomNodeModal/CustomNodeModal.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/components/CustomNodeModal/CustomNodeModal.tsx b/common/components/CustomNodeModal/CustomNodeModal.tsx index b6f31d8d..5efdb552 100644 --- a/common/components/CustomNodeModal/CustomNodeModal.tsx +++ b/common/components/CustomNodeModal/CustomNodeModal.tsx @@ -252,6 +252,8 @@ class CustomNodeModal extends React.Component { } private pollForDefaultNodes() { + return null; + // @ts-ignore const pollingInterval = 3000; // console.warning in production to explain to users why we are making a call to localhost console.warn(