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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
