You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/06 23:12:16 UTC

[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 <pa...@gmail.com>
Authored: Thu Feb 6 14:22:53 2014 -0600
Committer: Paul J. Davis <pa...@gmail.com>
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])