Don't shout every time the NIF is loaded
This commit is contained in:
@@ -92,5 +92,4 @@ load_enif() ->
|
|||||||
Dir ->
|
Dir ->
|
||||||
SoName = filename:join(Dir, geef)
|
SoName = filename:join(Dir, geef)
|
||||||
end,
|
end,
|
||||||
io:format("Hey There: ~s~n", [SoName]),
|
|
||||||
erlang:load_nif(SoName, 0).
|
erlang:load_nif(SoName, 0).
|
||||||
|
|||||||
Reference in New Issue
Block a user