Avoid logging the same result twice.

This commit is contained in:
Braydon Fuller 2015-09-01 13:29:02 -04:00
parent f4b24df024
commit 396d6ac08a

View File

@ -83,10 +83,7 @@ function registerSyncHandlers(node, delay) {
}
node.on('synced', function() {
// Stop logging of sync status
clearInterval(interval);
interval = false;
logSyncStatus();
});
node.on('ready', function() {