From a7b43100c46d1c3d82ba20177b37d4b6db966b26 Mon Sep 17 00:00:00 2001 From: dborth Date: Tue, 27 Oct 2009 02:35:28 +0000 Subject: [PATCH] --- source/ngc/fileop.cpp | 1 - 1 file changed, 1 deletion(-) 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; }