Skip to content

Commit a554555

Browse files
author
koubaa
committed
remove logger change
Signed-off-by: koubaa <[email protected]>
1 parent e11eb7f commit a554555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/kompute/logger/Logger.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ setupLogger();
100100
__TIME__, \
101101
__FILE__, \
102102
__LINE__, \
103-
fmt::format(__VA_ARGS__)); std::cout << std::flush
103+
fmt::format(__VA_ARGS__));
104104
#endif // __FILE__NAME__
105105
#endif // KOMPUTE_BUILD_PYTHON
106106
#endif // VK_USE_PLATFORM_ANDROID_KHR

0 commit comments

Comments
 (0)