]> git.webhop.me Git - lcd4linux.git/commitdiff
cosmetics
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 6 Jan 2009 06:28:21 +0000 (06:28 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 6 Jan 2009 06:28:21 +0000 (06:28 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@941 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

plugin_hddtemp.c

index 465c564fb310df2dde2aee6fb7f89a507a5cc83e..c41a23304a02852e044f463ca1979c0df845f8b1 100644 (file)
@@ -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;