You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2019/10/01 13:52:59 UTC

[qpid-dispatch] 02/04: Add change detection and notification

This is an automated email from the ASF dual-hosted git repository.

eallen pushed a commit to branch eallen-DISPATCH-1385
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git

commit 20a106991a0d757e0890950e06612b2040ec2224
Author: Ernest Allen <ea...@redhat.com>
AuthorDate: Tue Oct 1 09:51:18 2019 -0400

    Add change detection and notification
---
 console/react/src/amqp/topology.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/console/react/src/amqp/topology.js b/console/react/src/amqp/topology.js
index dbbc00f..8afa75a 100644
--- a/console/react/src/amqp/topology.js
+++ b/console/react/src/amqp/topology.js
@@ -29,7 +29,6 @@ class Topology {
     this.filtering = false; // filter out nodes that don't have connection info
     this.timeout = 5000;
     this.updateInterval = interval;
-    console.log(`topology constructed with interval of ${interval}`);
     this._getTimer = null;
     this.updating = false;
     this.counter = 0;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org