Remove debug message
diff --git a/tests/tony_objs.cpp b/tests/tony_objs.cpp
index de18601..2cee857 100644
--- a/tests/tony_objs.cpp
+++ b/tests/tony_objs.cpp
@@ -69,11 +69,11 @@
         }
     }
 
-    for (int i=0;i<nSlots;i++)
-    {
-        printf("SlotInfo[%d]:  Index = %d, Type = %d\n",i,m_slotInfo[i].shaderEntityIndex, m_slotInfo[i].slotObjectType);
-        fflush(stdout);
-    }
+    // for (int i=0;i<nSlots;i++)
+    // {
+    //    printf("SlotInfo[%d]:  Index = %d, Type = %d\n",i,m_slotInfo[i].shaderEntityIndex, m_slotInfo[i].slotObjectType);
+    //    fflush(stdout);
+    // }
 
     return(m_slotInfo);