diff --git a/Code/Mantid/Framework/DataHandling/src/LoadISISNexus2.cpp b/Code/Mantid/Framework/DataHandling/src/LoadISISNexus2.cpp
index 32ccdcd865090f2c9956b0e3877f251a7e54a34d..889f5b7c818f4eda7112831f133a88452dc58f02 100644
--- a/Code/Mantid/Framework/DataHandling/src/LoadISISNexus2.cpp
+++ b/Code/Mantid/Framework/DataHandling/src/LoadISISNexus2.cpp
@@ -1193,13 +1193,9 @@ bool LoadISISNexus2::findSpectraDetRangeInFile(
     m_loadBlockInfo = m_monBlockInfo;
   }
 
-  g_log.debug() << "Number of monitors nmons: "
-                << nmons << std::endl;
-
   if (ndets == 0) {
     separateMonitors = false; // only monitors in the main workspace. No
                               // detectors. Will be loaded in the main workspace
-    // Function exit point
     return separateMonitors;
   }