From 6be06b3d931d543f79c295799065cf0446262d04 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 28 Dec 2013 01:00:45 -0600 Subject: [PATCH] Remove spurious debug comment --- tdeioslave/iso/tdeiso_info.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tdeioslave/iso/tdeiso_info.cpp b/tdeioslave/iso/tdeiso_info.cpp index 47f316734..e12f89ebc 100644 --- a/tdeioslave/iso/tdeiso_info.cpp +++ b/tdeioslave/iso/tdeiso_info.cpp @@ -75,7 +75,6 @@ int main(int argc, char *argv[]) printf("Unable to open device '%s'\n\r", device.ascii()); return -2; } - // RAJA FIXME TQString fileToFind = args->getOption("exists"); const KArchiveDirectory* entries = isoFile.directory();