aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2019-06-01 08:42:38 -0600
committerGitHub <[email protected]>2019-06-01 08:42:38 -0600
commite0974c2b8429694172f1ea017fcaa6a6cf806c05 (patch)
tree979f58e16d7fcec90c64ebc61f486fb72c2612a0 /src
parentba7be7e3384574019202d3d37366f7fd5e8bf40a (diff)
parentd8cb6ddc310a0dffa0bd075fbaf0e8e945f7433d (diff)
downloadrelx-3.32.1.tar.gz
relx-3.32.1.tar.bz2
relx-3.32.1.zip
Merge pull request #726 from tsloughter/rm-debugv3.32.1
remove debug io:format
Diffstat (limited to 'src')
-rw-r--r--src/rlx_prv_overlay.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rlx_prv_overlay.erl b/src/rlx_prv_overlay.erl
index 2b91c0b..87fa91f 100644
--- a/src/rlx_prv_overlay.erl
+++ b/src/rlx_prv_overlay.erl
@@ -504,7 +504,6 @@ render_string(OverlayVars, Data) ->
fun((string() | binary()) -> {ok, rlx_state:t()} | relx:error())) ->
{ok, rlx_state:t()} | relx:error().
file_render_do(OverlayVars, File, NextAction) ->
- io:format("render ~p~n", [File]),
case rlx_util:render(File, OverlayVars) of
{ok, Binary} when is_binary(File) ->
NextAction(Binary);