Don't shout every time the NIF is loaded

This commit is contained in:
Carlos Martín Nieto
2013-03-01 19:59:00 +01:00
parent 7471774558
commit 1807ba4374

View File

@@ -92,5 +92,4 @@ load_enif() ->
Dir ->
SoName = filename:join(Dir, geef)
end,
io:format("Hey There: ~s~n", [SoName]),
erlang:load_nif(SoName, 0).