From 6500f71f703c979c75ad3f7feea645fea6db1f40 Mon Sep 17 00:00:00 2001 From: Xpol Wan Date: Sat, 14 May 2016 16:36:14 +0800 Subject: [PATCH] Remove log code. --- source/serialization/shared_strings_serializer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/serialization/shared_strings_serializer.cpp b/source/serialization/shared_strings_serializer.cpp index cb0e5d05..9afce1f5 100644 --- a/source/serialization/shared_strings_serializer.cpp +++ b/source/serialization/shared_strings_serializer.cpp @@ -75,7 +75,6 @@ bool shared_strings_serializer::read_shared_strings(const xml_document &xml, std { if (r_node.get_name() == "r" && r_node.has_child("t")) { - std::cout << r_node.get_child("t").get_text() << std::endl; text += r_node.get_child("t").get_text(); } }