Improving image scale quality. Removed debug print.

This commit is contained in:
emb
2015-01-02 10:41:23 -06:00
parent 054688cec6
commit 0886df7776
2 changed files with 5 additions and 1 deletions

View File

@@ -49,7 +49,6 @@ void RetroFE::Render()
{
page->Draw();
}
Logger::Write(Logger::ZONE_ERROR, "Component", "DRAW");
SDL_RenderPresent(SDL::GetRenderer());
SDL_UnlockMutex(SDL::GetMutex());