Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
oomek committed Jun 24, 2023
1 parent 4079504 commit ee63548
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fe_overlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ void FeOverlay::init_font_sizes()
m_heading_size = m_text_size * 1.5;
m_footer_size = m_text_size * 0.75;
m_line_size = std::round( std::min( m_screen_size.x, m_screen_size.y ) / 240 );
FeLog() << m_text_size << "," << m_heading_size << "," << m_footer_size << std::endl;
}

void FeOverlay::splash_message( const std::string &msg,
Expand Down

0 comments on commit ee63548

Please sign in to comment.