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 2018/12/11 17:59:53 UTC

qpid-dispatch git commit: DISPATCH-1195 Remove extraneous console log messages

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master be2b26505 -> e95eb3406


DISPATCH-1195 Remove extraneous console log messages


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/e95eb340
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/e95eb340
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/e95eb340

Branch: refs/heads/master
Commit: e95eb3406d730ba9a16735425a95813f84e7f0f4
Parents: be2b265
Author: Ernest Allen <ea...@redhat.com>
Authored: Tue Dec 11 12:59:40 2018 -0500
Committer: Ernest Allen <ea...@redhat.com>
Committed: Tue Dec 11 12:59:40 2018 -0500

----------------------------------------------------------------------
 console/stand-alone/plugin/js/dlgDetailController.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e95eb340/console/stand-alone/plugin/js/dlgDetailController.js
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/js/dlgDetailController.js b/console/stand-alone/plugin/js/dlgDetailController.js
index 8d295e4..25d1fa3 100644
--- a/console/stand-alone/plugin/js/dlgDetailController.js
+++ b/console/stand-alone/plugin/js/dlgDetailController.js
@@ -185,7 +185,6 @@ export class DetailDialogController {
 
           // async send up to 10 requests
           let q = d3.queue(10);
-          console.log(`getting info for normals ${dStart} - ${dStop}`);
           for (let n = dStart; n < dStop; n++) {
             q.defer(q_getEdgeInfo, d.normals[n], infoPerId);
             if (expandedRows.has(d.normals[n].container)) {
@@ -252,7 +251,6 @@ export class DetailDialogController {
     let cachedInfo = [];
     let updateTimer;
     let doUpdateDetail = function () {
-      console.log('-----------');
       cachedInfo = [];
       updateDetail.call(this);
     };


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