Skip to content

Commit

Permalink
remove logger change
Browse files Browse the repository at this point in the history
Signed-off-by: koubaa <[email protected]>
  • Loading branch information
koubaa committed Dec 11, 2024
1 parent 2e5aa85 commit cabb71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/kompute/logger/Logger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ setupLogger();
__TIME__, \
__FILE__, \
__LINE__, \
fmt::format(__VA_ARGS__)); std::cout << std::flush
fmt::format(__VA_ARGS__));
#endif // __FILE__NAME__
#endif // KOMPUTE_BUILD_PYTHON
#endif // VK_USE_PLATFORM_ANDROID_KHR
Expand Down

0 comments on commit cabb71d

Please sign in to comment.