fix(emqx_resource): disable the debug print for parse-transformed code

This commit is contained in:
Shawn 2021-06-07 22:11:05 +08:00
parent 149a54cef4
commit bdf6374414
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{erl_opts, [ debug_info
, nowarn_unused_import
, {d, 'RESOURCE_DEBUG'}
%, {d, 'RESOURCE_DEBUG'}
]}.
{erl_first_files, ["src/emqx_resource_transform.erl"]}.