Lager is only required for old Erlang/OTP below 22
This commit is contained in:
parent
dd4d5e698a
commit
10b1a83bbf
|
@ -15,10 +15,6 @@
|
|||
log_packet_send/1,
|
||||
log_packet_receive/1]).
|
||||
|
||||
-ifndef(LAGER).
|
||||
-define(LAGER, 1).
|
||||
-endif.
|
||||
|
||||
-include("logger.hrl").
|
||||
-include_lib("xmpp/include/xmpp.hrl").
|
||||
|
||||
|
|
Loading…
Reference in New Issue