From 2436289d373f16648a9768d66a658c42b2a91781 Mon Sep 17 00:00:00 2001 From: Eric B Merritt Date: Tue, 5 Feb 2013 16:51:16 -0800 Subject: remove io:format that some how made it in --- src/rcl_prv_release.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rcl_prv_release.erl b/src/rcl_prv_release.erl index 4574a0e..eac1f20 100644 --- a/src/rcl_prv_release.erl +++ b/src/rcl_prv_release.erl @@ -143,7 +143,6 @@ solve_release(State0, DepGraph, RelName, RelVsn) -> "Solving Release ~p-~s~n", [RelName, RelVsn]), try - io:format("Solving ~p ~p", [RelName, RelVsn]), Release = rcl_state:get_release(State0, RelName, RelVsn), Goals = rcl_release:goals(Release), case Goals of -- cgit v1.2.3