devargs: remove comment regarding logs

rte_log() is available in the context of this compilation unit,
do not deter from using it.

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
This commit is contained in:
Gaetan Rivet 2018-09-19 18:11:11 +02:00 committed by Thomas Monjalon
parent e815a7f693
commit ca372b3f50

View File

@ -4,9 +4,6 @@
/* This file manages the list of devices and their arguments, as given
* by the user at startup
*
* Code here should not call rte_log since the EAL environment
* may not be initialized.
*/
#include <stdio.h>