Index: trunk/src/gl/texture_atlas.cc
===================================================================
--- trunk/src/gl/texture_atlas.cc	(revision 28)
+++ trunk/src/gl/texture_atlas.cc	(revision 29)
@@ -26,5 +26,5 @@
 	int best_index  = -1;
 	int best_width  = INT_MAX;
-	std::cout << "The size is: " << m_nodes.size() << std::endl;
+
 	for( size_t i=0; i < m_nodes.size(); ++i )
 	{
