disable local node polling until we allow the user to disable from the client

This commit is contained in:
Daniel Ternyak 2018-07-06 18:38:16 -05:00
parent 3497bffffe
commit 36a18315d8
No known key found for this signature in database
GPG Key ID: DF212D2DC5D0E245
1 changed files with 2 additions and 0 deletions

View File

@ -252,6 +252,8 @@ class CustomNodeModal extends React.Component<Props, State> {
}
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(