test-runner: Don't bother enabling IWD_GENL_DEBUG

IWD_GENL_DEBUG is not generally useful anymore as it just prints a
hexdump of the raw data on the socket.  The messages are quite verbose
and spam test-runner logs for little utility.
This commit is contained in:
Denis Kenzior 2021-04-20 10:48:50 -05:00
parent ea324a7959
commit 38a7c4a8dc
1 changed files with 0 additions and 3 deletions

View File

@ -693,9 +693,6 @@ class Namespace:
if self.is_verbose('iwd-tls'):
env['IWD_TLS_DEBUG'] = '1'
if self.is_verbose('iwd-genl'):
env['IWD_GENL_DEBUG'] = '1'
if self.is_verbose('iwd-acd'):
env['IWD_ACD_DEBUG'] = '1'