system-linux: remove debug tracing
authorHans Dedecker <dedeckeh@gmail.com>
Mon, 15 Apr 2019 21:13:51 +0000 (23:13 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Mon, 15 Apr 2019 21:13:51 +0000 (23:13 +0200)
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
system-linux.c

index 6a0105e304c391a82419cfa12fe72cfde989534b..2f5bbe1053f59713be1b25a40639f32b97d444b2 100644 (file)
@@ -1973,9 +1973,7 @@ int system_add_neighbor(struct device *dev, struct device_neighbor *neighbor)
 
 int system_del_neighbor(struct device *dev, struct device_neighbor *neighbor)
 {
-       int rval = system_neigh(dev, neighbor, RTM_DELNEIGH);
-       netifd_log_message(L_NOTICE,"return delete %d", rval);
-       return rval;
+       return system_neigh(dev, neighbor, RTM_DELNEIGH);
 }
 
 static int system_rt(struct device *dev, struct device_route *route, int cmd)