From bc8d214611e3bd756ccffb4eda2518ba33cd6a40 Mon Sep 17 00:00:00 2001 From: dborth Date: Tue, 27 Oct 2009 02:35:11 +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 f887009..839103f 100644 --- a/source/ngc/fileop.cpp +++ b/source/ngc/fileop.cpp @@ -171,7 +171,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; }