From 572fda6a856b74d684a4386f33c5f274fc16886d Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Fri, 9 Jul 2021 15:09:11 +0800 Subject: [PATCH] =?UTF-8?q?fx:=20=E4=BB=A3=E7=A0=81=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/eFmt.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/eFmt.erl b/src/eFmt.erl index f9e2bea..8195f44 100644 --- a/src/eFmt.erl +++ b/src/eFmt.erl @@ -57,7 +57,6 @@ -type format() :: atom() | string() | binary(). on_load() -> - ?log(on_load), case persistent_term:get(?eFmtPtMc, undefined) of undefined -> persistent_term:put(?eFmtPtMc, binary:compile_pattern(<<"~">>));