Repository: qpid-dispatch Updated Branches: refs/heads/master 07acd8e1b -> 0d978ef4b
NO-JIRA - Removed a print statement in qdstat Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/0d978ef4 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/0d978ef4 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/0d978ef4 Branch: refs/heads/master Commit: 0d978ef4b2b01a0b5b27cb4eac328daa93ac0cd5 Parents: 07acd8e Author: Ganesh Murthy <[email protected]> Authored: Wed Jun 1 11:06:24 2016 -0400 Committer: Ganesh Murthy <[email protected]> Committed: Wed Jun 1 11:06:24 2016 -0400 ---------------------------------------------------------------------- tools/qdstat | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/0d978ef4/tools/qdstat ---------------------------------------------------------------------- diff --git a/tools/qdstat b/tools/qdstat index 0b52284..7aaad99 100755 --- a/tools/qdstat +++ b/tools/qdstat @@ -202,7 +202,6 @@ class BusManager(Node): objects = self.query('org.apache.qpid.dispatch.router') router = objects[0] - print 'router ', router rows.append(('Mode', router.mode)) rows.append(('Area', router.area)) rows.append(('Router Id', self._identity_clean(router.identity, router.routerId))) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
