Skip to content

Commit

Permalink
Do not log antialiasing level.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryouze committed Oct 28, 2024
1 parent ce79ffb commit 5cc0f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class UI final {
this->window_.setKeyRepeatEnabled(false);

// Log anti-aliasing level
fmt::print("Anti-aliasing level: {}\n", this->window_.getSettings().antialiasingLevel);
// fmt::print("Anti-aliasing level: {}\n", this->window_.getSettings().antialiasingLevel);

// Initialize UI elements
// Initialize question circle
Expand Down

0 comments on commit 5cc0f50

Please sign in to comment.