A debug print statement snuck in there...

This commit is contained in:
Alex Szpakowski
2015-01-31 01:35:17 -04:00
parent 9cf1868b81
commit f6bd177f84
-3
View File
@@ -38,7 +38,6 @@
#include <cmath>
#include <cstdio>
namespace love
{
namespace graphics
@@ -184,8 +183,6 @@ void Graphics::checkSetDefaultFont()
defaultFont.set(newFont(r.get()));
defaultFont->release();
::printf("created default font\n");
}
states.back().font.set(defaultFont.get());