diff --git a/source/ngc/fileop.cpp b/source/ngc/fileop.cpp index 9199555..94fe370 100644 --- a/source/ngc/fileop.cpp +++ b/source/ngc/fileop.cpp @@ -172,7 +172,6 @@ devicecallback (void *arg) { if(!dvd->isInserted()) // check if the device was removed { - printf("dvd removed!\n"); unmountRequired[DEVICE_DVD] = true; isMounted[DEVICE_DVD] = false; }