Skip to content

Commit

Permalink
BLUGA-GRAPHICS: Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 4, 2023
1 parent 058abf9 commit 0b0487e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/B-luga-graphics/src/RaylibImpl/Graphics/Graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ namespace Raylib {
{
::Color textColor = {_color.r, _color.g, _color.b, _color.a};

Logger::info("Drawing text: " + std::to_string(_fontSize));

DrawText(
_text.c_str(),
static_cast<int>(_pixelPosition.x),
Expand Down

0 comments on commit 0b0487e

Please sign in to comment.