Commented out a spurious write operation
This commit is contained in:
parent
33c571ca86
commit
c71dfe6c47
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ namespace ctml {
|
|||
ff = inname;
|
||||
}
|
||||
// rootPtr = &get_XML_File(ff)->child("ctml");
|
||||
rootPtr->write(cout);
|
||||
// rootPtr->write(cout);
|
||||
ifstream fin(ff.c_str());
|
||||
rootPtr->build(fin);
|
||||
fin.close();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue