Index: trunk/FACT++/scripts/CheckUnderflow.js
===================================================================
--- trunk/FACT++/scripts/CheckUnderflow.js	(revision 17638)
+++ trunk/FACT++/scripts/CheckUnderflow.js	(revision 17659)
@@ -130,6 +130,6 @@
                 if (dim.state("MCP").name=="TakingData" && service_event.get(0, false).counter>event_counter)
                 {
-                    //dim.send("FAD_CONTROL/CLOSE_OPEN_FILES");
                     dim.send("MCP/STOP");
+                    console.out("Sent MCP/STOP.");
                     return;
                 }
