diff options
-rw-r--r-- | sysdeps/linux/sysinfo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/linux/sysinfo.c b/sysdeps/linux/sysinfo.c index eeec0eae..a1b16b59 100644 --- a/sysdeps/linux/sysinfo.c +++ b/sysdeps/linux/sysinfo.c @@ -71,8 +71,6 @@ init_sysinfo (glibtop *server) g_ptr_array_add (cpuinfo->labels, key); g_hash_table_insert (cpuinfo->values, key, value); - - printf ("CPUINFO: |%s|%s|\n", key, value); } fclose (f); |