Index: /trunk/FACT++/src/EventBuilder.c
===================================================================
--- /trunk/FACT++/src/EventBuilder.c	(revision 12407)
+++ /trunk/FACT++/src/EventBuilder.c	(revision 12408)
@@ -225,14 +225,5 @@
     currentChunk->events[mBufferMapping[evtIndex].slot] = -1;
     currentChunk->nFreeSlots++;
-    //check if some chunks should be freed
-    int i;
-    for (i=0;i<numAllocatedChunks;i++)
-    {
-        if (EtiMemoryChunks[i].nFreeSlots == EtiMemoryChunks[i].nSlots)
-        {
-            snprintf(str, MXSTR, "Slot %d could be freed", i);
-            factOut(kError, 000, str);
-        }
-    }
+	
     int chunkIndex = mBufferMapping[evtIndex].chunk;
     if (chunkIndex != numAllocatedChunks-1)
@@ -241,6 +232,4 @@
     while (EtiMemoryChunks[chunkIndex].nFreeSlots == EtiMemoryChunks[chunkIndex].nSlots)
     {//free this chunk
-        snprintf(str, MXSTR, "Freeing chunk #%d", numAllocatedChunks);
-        factOut(kError, 000, str);
         free(EtiMemoryChunks[chunkIndex].pointers[0]);
         numAllocatedChunks--;
