diff --git a/smartmontools/os_freebsd.cpp b/smartmontools/os_freebsd.cpp
index 7994f36eb5d5de64d4a241ccec5001d6b3589ea2..cc6a42a31c4807b770423f25d8462c698917e821 100644
--- a/smartmontools/os_freebsd.cpp
+++ b/smartmontools/os_freebsd.cpp
@@ -1730,7 +1730,6 @@ cam_get_umassno(char * devname) {
 	}
   else {
     // now check if we are working with USB device, see umass.c
-    printf("n=%s\n",ccb.cpi.dev_name);
     if(strcmp(ccb.cpi.dev_name,"umass-sim") == 0) 
       bus=ccb.cpi.unit_number; // unit_number will match umass number
   }