fix(emqx_resource): disable the debug print for parse-transformed code
This commit is contained in:
parent
149a54cef4
commit
bdf6374414
|
@ -1,6 +1,6 @@
|
||||||
{erl_opts, [ debug_info
|
{erl_opts, [ debug_info
|
||||||
, nowarn_unused_import
|
, nowarn_unused_import
|
||||||
, {d, 'RESOURCE_DEBUG'}
|
%, {d, 'RESOURCE_DEBUG'}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{erl_first_files, ["src/emqx_resource_transform.erl"]}.
|
{erl_first_files, ["src/emqx_resource_transform.erl"]}.
|
||||||
|
|
Loading…
Reference in New Issue