Removed a remnant piece of rather unhealthy test code
This commit is contained in:
parent
187408f4b8
commit
f2e723bb2d
@ -205,7 +205,7 @@ int libburner_drop_unwanted_and_grab(int *driveno)
|
|||||||
|
|
||||||
/* Drop all drives which you do not want to use */
|
/* Drop all drives which you do not want to use */
|
||||||
for (i = 0; i < drive_count; i++) {
|
for (i = 0; i < drive_count; i++) {
|
||||||
if (0 && i == *driveno) /* the one drive we want to keep */
|
if (i == *driveno) /* the one drive we want to keep */
|
||||||
continue;
|
continue;
|
||||||
printf("--test_ticket_62: Dropping drive %d\n",i);
|
printf("--test_ticket_62: Dropping drive %d\n",i);
|
||||||
ret = burn_drive_info_forget(&(drive_list[i]),0);
|
ret = burn_drive_info_forget(&(drive_list[i]),0);
|
||||||
|
Loading…
Reference in New Issue
Block a user