mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 19:20:12 +01:00
Remove stray debugging code.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1541 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
e92a2cc651
commit
bf4c96104d
1 changed files with 0 additions and 1 deletions
|
|
@ -226,7 +226,6 @@ static gboolean nma_update_info (NMApplet *applet)
|
|||
primary_dns = (char*) network_device_get_primary_dns (dev);
|
||||
secondary_dns = (char*) network_device_get_secondary_dns (dev);
|
||||
|
||||
printf ("WOLF %d\n", network_device_get_speed (dev));
|
||||
mbs = network_device_get_speed (dev);
|
||||
if (mbs)
|
||||
speed = g_strdup_printf ("%d Mb/s", mbs);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue