Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-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 69664108A4 for ; Thu, 6 Feb 2014 22:12:33 +0000 (UTC) Received: (qmail 12085 invoked by uid 500); 6 Feb 2014 22:12:18 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 11956 invoked by uid 500); 6 Feb 2014 22:12:17 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 11896 invoked by uid 99); 6 Feb 2014 22:12:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2014 22:12:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4FAA08A3DC6; Thu, 6 Feb 2014 22:12:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davisp@apache.org To: commits@couchdb.apache.org Date: Thu, 06 Feb 2014 22:12:16 -0000 Message-Id: <5cec46d5e7b74bc8b76226551ff7860b@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [02/12] couchdb commit: updated refs/heads/1843-feature-bigcouch to 152a21a Remove old debug line Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4dff4735 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4dff4735 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4dff4735 Branch: refs/heads/1843-feature-bigcouch Commit: 4dff473520d5c865367b856dc172d015338c76ae Parents: 811eadf Author: Paul J. Davis Authored: Thu Feb 6 14:22:53 2014 -0600 Committer: Paul J. Davis Committed: Thu Feb 6 14:22:53 2014 -0600 ---------------------------------------------------------------------- dev/boot_node.erl | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4dff4735/dev/boot_node.erl ---------------------------------------------------------------------- diff --git a/dev/boot_node.erl b/dev/boot_node.erl index cf49b7e..cc5cabb 100644 --- a/dev/boot_node.erl +++ b/dev/boot_node.erl @@ -68,7 +68,6 @@ load_app(App) -> case application:get_key(App, modules) of {ok, Modules} -> lists:foreach(fun(Mod) -> - OK = load_app_module(Mod), case load_app_module(Mod) of ok -> ok; E -> io:format("~p = load_app_module(~p)~n", [E, Mod])