Skip to content

Commit

Permalink
lower log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzzer authored and psychonic committed Aug 3, 2024
1 parent cf4554c commit 7947580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sourcehook/sourcehook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace SourceHook
namespace Impl
{
// Log level
SH_LOG sh_log_level = SH_LOG::TEST;
SH_LOG sh_log_level = SH_LOG::NONE;

//////////////////////////////////////////////////////////////////////////
// CVfnPtrList
Expand Down

0 comments on commit 7947580

Please sign in to comment.