Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF5A718415 for ; Fri, 22 Jan 2016 23:25:55 +0000 (UTC) Received: (qmail 69602 invoked by uid 500); 22 Jan 2016 23:25:55 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 69572 invoked by uid 500); 22 Jan 2016 23:25:55 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 69563 invoked by uid 99); 22 Jan 2016 23:25:55 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2016 23:25:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 6A703C05C7 for ; Fri, 22 Jan 2016 23:25:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.78 X-Spam-Level: * X-Spam-Status: No, score=1.78 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id PV8PDAf4Yj6P for ; Fri, 22 Jan 2016 23:25:45 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 62D3243F5C for ; Fri, 22 Jan 2016 23:25:45 +0000 (UTC) Received: (qmail 68339 invoked by uid 99); 22 Jan 2016 23:25:44 -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; Fri, 22 Jan 2016 23:25:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9704AE56DC; Fri, 22 Jan 2016 23:25:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: upthewaterspout@apache.org To: commits@geode.incubator.apache.org Date: Fri, 22 Jan 2016 23:26:18 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [37/51] [abbrv] incubator-geode git commit: GEODE-12: Remove debug println GEODE-12: Remove debug println Closes #70 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/0236b7e6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/0236b7e6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/0236b7e6 Branch: refs/heads/wan_cq_donation Commit: 0236b7e688e6652197d40f307c2a3e745896ffe6 Parents: 0157d84 Author: Jens Deppe Authored: Thu Jan 21 14:30:39 2016 -0800 Committer: Jens Deppe Committed: Thu Jan 21 14:31:27 2016 -0800 ---------------------------------------------------------------------- gemfire-pulse/build.gradle | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0236b7e6/gemfire-pulse/build.gradle ---------------------------------------------------------------------- diff --git a/gemfire-pulse/build.gradle b/gemfire-pulse/build.gradle index 24fd82e..36835ff 100755 --- a/gemfire-pulse/build.gradle +++ b/gemfire-pulse/build.gradle @@ -101,8 +101,6 @@ task createPulsePropFile { ext.osName = System.getProperty('os.name') ext.osVersion = System.getProperty('os.version') ext.jdkVersion = System.getProperty('java.version') - println ':pulse: Build Platform: ' + ext.osName + ' ' + ext.osVersion + ' ' + ext.osArch - println ':pulse: ...Using Java: ' + ext.jdkVersion ext.buildDate = new Date().format('yyyy-MM-dd HH:mm:ss Z') ext.buildNumber = new Date().format('MMddyy')