Skip to content

Commit

Permalink
vale: remove leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
jhk098 committed Mar 6, 2022
1 parent e86bb04 commit 4336b26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/dev/netmap/netmap_bdg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,6 @@ netmap_init_bridges(void)
#ifdef CONFIG_NET_NS
return netmap_bns_register();
#else
nm_prerr("INIT BRIDGES %u", vale_max_bridges);
nm_bridges = netmap_init_bridges2(vale_max_bridges);
if (nm_bridges == NULL)
return ENOMEM;
Expand Down

0 comments on commit 4336b26

Please sign in to comment.