aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugin_hddtemp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin_hddtemp.c b/plugin_hddtemp.c
index 465c564..c41a233 100644
--- a/plugin_hddtemp.c
+++ b/plugin_hddtemp.c
@@ -270,8 +270,6 @@ static void hddtemp_call(RESULT * result, int argc, RESULT * argv[])
int plugin_init_hddtemp(void)
{
- info("Adding hddtemp functions!");
-
AddFunction("hddtemp", -1, hddtemp_call);
return 0;