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/03/19 14:16:11 UTC

[qpid-dispatch] 02/02: Remove extraneous logging statements

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

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

commit 8996ce45a2ac759f6753f374477054bb71e6e31e
Author: Ernest Allen <ea...@redhat.com>
AuthorDate: Tue Mar 19 10:15:49 2019 -0400

    Remove extraneous logging statements
---
 console/stand-alone/plugin/js/qdrOverview.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/console/stand-alone/plugin/js/qdrOverview.js b/console/stand-alone/plugin/js/qdrOverview.js
index c0a1462..11bebd5 100644
--- a/console/stand-alone/plugin/js/qdrOverview.js
+++ b/console/stand-alone/plugin/js/qdrOverview.js
@@ -735,8 +735,6 @@ export class OverviewController {
               });
             }
           });
-        console.log('linkFields:');
-        console.log(linkFields);
         if (expected === ++received) {
           linkFields.sort(function (a, b) { return a.link < b.link ? -1 : a.link > b.link ? 1 : 0; });
           completionCallbacks.forEach(function (cb) {


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