From commits-return-47594-apmail-qpid-commits-archive=qpid.apache.org@qpid.apache.org Tue Dec 11 17:59:54 2018 Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E5F1183FC for ; Tue, 11 Dec 2018 17:59:54 +0000 (UTC) Received: (qmail 27103 invoked by uid 500); 11 Dec 2018 17:59:54 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 27075 invoked by uid 500); 11 Dec 2018 17:59:54 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 27066 invoked by uid 99); 11 Dec 2018 17:59:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2018 17:59:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 04DB7E1132; Tue, 11 Dec 2018 17:59:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: eallen@apache.org To: commits@qpid.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: qpid-dispatch git commit: DISPATCH-1195 Remove extraneous console log messages Date: Tue, 11 Dec 2018 17:59:53 +0000 (UTC) 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 Authored: Tue Dec 11 12:59:40 2018 -0500 Committer: Ernest Allen 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