neighbor: remove definition of DEBUG

Defining DEBUG should only be done in development.
So remove DEBUG.

Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20210114212917.48174-1-trix@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Tom Rix 2021-01-14 13:29:17 -08:00 committed by Jakub Kicinski
parent 2267c530f8
commit e794e7fa19

View file

@ -41,7 +41,6 @@
#include <trace/events/neigh.h>
#define DEBUG
#define NEIGH_DEBUG 1
#define neigh_dbg(level, fmt, ...) \
do { \