Remove log code.

This commit is contained in:
Xpol Wan 2016-05-14 16:36:14 +08:00
parent c18110e282
commit 6500f71f70

View File

@ -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")) 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(); text += r_node.get_child("t").get_text();
} }
} }