Deactivate polling for now.

This commit is contained in:
Kevin Serrano 2016-12-16 11:39:41 -08:00
parent c8d7f777eb
commit 1458b8c68e
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ module.exports = class MetamaskController {
this.checkTOSChange()
this.scheduleConversionInterval()
this.scheduleNoticeCheck()
// to be uncommented when retrieving notices from a remote server.
// this.scheduleNoticeCheck()
}
getState () {