mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Remove log code.
This commit is contained in:
parent
c18110e282
commit
6500f71f70
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user