We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11eb7f commit a554555Copy full SHA for a554555
src/include/kompute/logger/Logger.hpp
@@ -100,7 +100,7 @@ setupLogger();
100
__TIME__, \
101
__FILE__, \
102
__LINE__, \
103
- fmt::format(__VA_ARGS__)); std::cout << std::flush
+ fmt::format(__VA_ARGS__));
104
#endif // __FILE__NAME__
105
#endif // KOMPUTE_BUILD_PYTHON
106
#endif // VK_USE_PLATFORM_ANDROID_KHR
0 commit comments