disable local node polling until we allow the user to disable from the client
This commit is contained in:
parent
3497bffffe
commit
36a18315d8
|
@ -252,6 +252,8 @@ class CustomNodeModal extends React.Component<Props, State> {
|
||||||
}
|
}
|
||||||
|
|
||||||
private pollForDefaultNodes() {
|
private pollForDefaultNodes() {
|
||||||
|
return null;
|
||||||
|
// @ts-ignore
|
||||||
const pollingInterval = 3000;
|
const pollingInterval = 3000;
|
||||||
// console.warning in production to explain to users why we are making a call to localhost
|
// console.warning in production to explain to users why we are making a call to localhost
|
||||||
console.warn(
|
console.warn(
|
||||||
|
|
Loading…
Reference in New Issue