Removed error message when no cards found

This commit is contained in:
MarkRivers
2005-03-30 00:49:26 +00:00
parent cc76ca1360
commit c5aa6b190a
-1
View File
@@ -627,7 +627,6 @@ STATIC int motor_init()
/* Check for setup */
Debug(1, "XPSC8:motor_init: num_cards=%d\n", XPSC8_num_cards);
if (XPSC8_num_cards <= 0){
printf("Error num_cards <=0");
return (ERROR);
}