Skip to content

Commit

Permalink
Remove log entry 4 context destruction 2 avoid crash on filtered test…
Browse files Browse the repository at this point in the history
… execution
  • Loading branch information
user4223 committed Nov 5, 2024
1 parent 61f729e commit ae7f21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lib/infrastructure/source/Context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace infrastructure

~Internal()
{
LOG_DEBUG(logger) << "Context destroyed";
// LOG_DEBUG(logger) << "Context destroyed";
}
};

Expand Down

0 comments on commit ae7f21f

Please sign in to comment.