From 62c005ed349b97e931e3f0f14b23e4d772486251 Mon Sep 17 00:00:00 2001 From: dborth Date: Tue, 27 Oct 2009 02:34:50 +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 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; }