remove a debugging printf
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 24 Apr 2006 23:24:27 +0000 (23:24 +0000)
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 24 Apr 2006 23:24:27 +0000 (23:24 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17985 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/scsi_stat.c

index 21fcf891343c23d6d416161ea157dcf13e0b86c4..c40ec1546d8eefdd2d98d6a32305a08faf3f3860 100644 (file)
@@ -109,8 +109,6 @@ scsistat_program_select(GtkWidget *item _U_, gpointer key)
 {
        int k=(int)key;
 
-printf("scsistat_program_select:   selected:%d\n",k);
-
        scsi_program=k;
 }