Move bridge modules out of bridge directory (#2273)

This commit is contained in:
Gilbert 2019-02-28 17:04:39 +08:00 committed by turtleDeng
parent c8e2840126
commit b1ca0120a2
6 changed files with 0 additions and 2 deletions

View File

@ -41,5 +41,3 @@
begin
(logger:log(Level,#{},#{report_cb => fun(_) -> {(Format), (Args)} end}))
end).
-define(LOG(Level, Format), ?LOG(Level, Format, [])).