Browse Source

system-linux: remove debug tracing

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Hans Dedecker 5 years ago
parent
commit
666c14f95d
1 changed files with 1 additions and 3 deletions
  1. 1 3
      system-linux.c

+ 1 - 3
system-linux.c

@@ -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)