Lager is only required for old Erlang/OTP below 22

This commit is contained in:
Badlop 2022-07-21 11:13:58 +02:00
parent dd4d5e698a
commit 10b1a83bbf
1 changed files with 0 additions and 4 deletions

View File

@ -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").