aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric B Merritt <[email protected]>2013-04-05 12:35:10 -0700
committerEric B Merritt <[email protected]>2013-04-05 12:35:10 -0700
commit8b0e8e9f3e836821fb6b7d0bf2817a5fb7ce821d (patch)
tree75bcbfbfd21d73bb937fad48a3121697d9609d70 /src
parent14db8d377faba9195e357d7fa5df315363af3972 (diff)
downloadrelx-8b0e8e9f3e836821fb6b7d0bf2817a5fb7ce821d.tar.gz
relx-8b0e8e9f3e836821fb6b7d0bf2817a5fb7ce821d.tar.bz2
relx-8b0e8e9f3e836821fb6b7d0bf2817a5fb7ce821d.zip
remove debug print statement that some how made it in
Diffstat (limited to 'src')
-rw-r--r--src/rcl_dscv_util.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rcl_dscv_util.erl b/src/rcl_dscv_util.erl
index 4fb6126..ba66500 100644
--- a/src/rcl_dscv_util.erl
+++ b/src/rcl_dscv_util.erl
@@ -93,7 +93,6 @@ discover_dir(ProcessDir, File, directory) ->
end;
discover_dir(ProcessDir, File, file) ->
Res = ProcessDir(File, file),
- io:format("Result -> ~p~n", [Res]),
case ProcessDir(File, file) of
{ok, Result} ->
[{ok, Result}];