Remove a comment

This commit is contained in:
Jeremy Rifkin 2025-02-17 01:04:45 -06:00
parent 62548497a8
commit 87b14c87f8
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -137,7 +137,6 @@ namespace cpptrace {
} }
std::string stacktrace_frame::to_string(bool color) const { std::string stacktrace_frame::to_string(bool color) const {
// return frame_to_string(color, *this);
return get_default_formatter().format(*this, color); return get_default_formatter().format(*this, color);
} }