Skip to content
Snippets Groups Projects
Commit d68befac authored by Glenn Glazer's avatar Glenn Glazer
Browse files

maint-6633: remove commented out code

parent 19f57687
Branches
Tags
No related merge requests found
...@@ -941,12 +941,6 @@ namespace ...@@ -941,12 +941,6 @@ namespace
message_stream << site.mLocationString << " "; message_stream << site.mLocationString << " ";
} }
/*if ((show_level && r->wantsLevel())||
(show_tags && r->wantsTags()))
{
message_stream << " ";
}*/
if (show_function && r->wantsFunctionName()) if (show_function && r->wantsFunctionName())
{ {
message_stream << site.mFunctionString << " "; message_stream << site.mFunctionString << " ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment