tests: subsys: canbus: frame: Remove redundant logging configurations

This commit removes the redundant `LOG` and `LOG_IMMEDIATE` selections
in `prj.conf`, since the `TEST_LOGGING_DEFAULTS`, which is enabled by
default for all tests, selects `LOG` and `LOG_MINIMAL`.

This effectively allows the test to run with the default test logging
policy, set by the testing subsystem.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2020-04-29 12:06:33 +09:00 committed by Carles Cufí
parent ff2cba56a9
commit 30e8aac754

View File

@ -1,3 +1 @@
CONFIG_ZTEST=y
CONFIG_LOG=y
CONFIG_LOG_IMMEDIATE=y