cpu plugin: Remove broken debug message.
authorFlorian Forster <octo@collectd.org>
Thu, 31 Jan 2013 20:08:25 +0000 (21:08 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 31 Jan 2013 20:08:25 +0000 (21:08 +0100)
The message was uninformative and did cast a pointer to an int,
resulting in a compile error.

src/cpu.c

index 7aa6361..8581590 100644 (file)
--- a/src/cpu.c
+++ b/src/cpu.c
@@ -344,8 +344,6 @@ static int cpu_read (void)
 
                cpu_temp_retry_counter = 0;
                cpu_temp_retry_step    = 1;
-
-               DEBUG ("cpu_temp = %i", (int) cpu_temp);
 #endif /* PROCESSOR_TEMPERATURE */
        }
 /* #endif PROCESSOR_CPU_LOAD_INFO */