Skip to content

Commit

Permalink
−debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercury13 committed Dec 15, 2024
1 parent c04c258 commit 95df2bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Unicodia/CharPaint/routines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1063,10 +1063,6 @@ void drawSearchChars(
const QColor& color, uc::EmojiDraw emojiMode, TableDraw tableDraw,
const uc::GlyphStyleSets& glyphSets, qreal scale)
{
if (emojiMode == uc::EmojiDraw::FORCE_TEXT) {
std::cout << "Force text" << std::endl;
}

drawCharBorder(painter, rect, color);
if (text.empty())
return;
Expand Down

0 comments on commit 95df2bf

Please sign in to comment.