Skip to content

Commit

Permalink
Disabling logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Oct 19, 2024
1 parent aaa8a4c commit 0bb5762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ LANGULUS_EXCEPTION(DivisionByZero);
/// Make the rest of the code aware, that Langulus::SIMD has been included
#define LANGULUS_LIBRARY_SIMD() 1

#if 1
#if 0
#define LANGULUS_SIMD_VERBOSE(...) Logger::Info(__VA_ARGS__)
#define LANGULUS_SIMD_VERBOSE_TAB(...) const auto scoped = Logger::InfoTab(__VA_ARGS__)
#else
Expand Down

0 comments on commit 0bb5762

Please sign in to comment.