Compile in non-test environment
Otherwise we are getting an unused function warning that's treated as an error.
This commit is contained in:
parent
aa9a2a40aa
commit
6bfa455084
|
@ -29,9 +29,8 @@
|
|||
|
||||
-export([get_connections/0]).
|
||||
|
||||
-ifdef(TEST).
|
||||
%% for tests
|
||||
-export([purge_connections/0]).
|
||||
-endif.
|
||||
|
||||
-define(L(F, A), log("LDAP " ++ F, A)).
|
||||
-define(L1(F, A), log(" LDAP " ++ F, A)).
|
||||
|
|
Loading…
Reference in New Issue