diff --git a/source/ngc/fileop.cpp b/source/ngc/fileop.cpp index 3e80033..2cc71d3 100644 --- a/source/ngc/fileop.cpp +++ b/source/ngc/fileop.cpp @@ -173,7 +173,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; }