summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dev/lib/utility/chunk_string.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/lib/utility/chunk_string.hpp b/dev/lib/utility/chunk_string.hpp
index 0539aa8..6b060ae 100644
--- a/dev/lib/utility/chunk_string.hpp
+++ b/dev/lib/utility/chunk_string.hpp
@@ -73,7 +73,7 @@ namespace snu
template <typename char_type>
inline void print(basic_chunk_string<char_type>& fmt) noexcept
{
- std::cout << fmt.print();
+ fmt.print();
}
} // namespace snu
#endif // ifndef SOCL_UTILITY_CHUNK_STRING_HPP \ No newline at end of file