Module Name:    src
Committed By:   pgoyette
Date:           Sat Apr 25 23:55:24 UTC 2015

Modified Files:
        src/sys/dev/sysmon: swsensor.c

Log Message:
Remove another debug printf() that snuck in.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/sysmon/swsensor.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/sysmon/swsensor.c
diff -u src/sys/dev/sysmon/swsensor.c:1.14 src/sys/dev/sysmon/swsensor.c:1.15
--- src/sys/dev/sysmon/swsensor.c:1.14	Thu Apr 23 23:23:01 2015
+++ src/sys/dev/sysmon/swsensor.c	Sat Apr 25 23:55:23 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: swsensor.c,v 1.14 2015/04/23 23:23:01 pgoyette Exp $ */
+/*	$NetBSD: swsensor.c,v 1.15 2015/04/25 23:55:23 pgoyette Exp $ */
 /*
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: swsensor.c,v 1.14 2015/04/23 23:23:01 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: swsensor.c,v 1.15 2015/04/25 23:55:23 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -225,7 +225,6 @@ swsensor_init(void *arg)
 				val = prop_number_integer_value(po);
 
 			/* Sensor type/units */
-printf("%s: prop object key = \"%s\"\n", __func__, key);
 			if (strcmp(key, "type") == 0) {
 				if (type == PROP_TYPE_NUMBER) {
 					descr = sme_find_table_entry(

Reply via email to