This commit is contained in:
dborth 2009-10-27 02:34:50 +00:00
parent 3b5b05ddfe
commit 62c005ed34

View File

@ -172,7 +172,6 @@ devicecallback (void *arg)
{ {
if(!dvd->isInserted()) // check if the device was removed if(!dvd->isInserted()) // check if the device was removed
{ {
printf("dvd removed!\n");
unmountRequired[DEVICE_DVD] = true; unmountRequired[DEVICE_DVD] = true;
isMounted[DEVICE_DVD] = false; isMounted[DEVICE_DVD] = false;
} }