1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-19 06:50:07 +03:00

feature #212: Print method for XML objects

This commit is contained in:
Carlos Martin and Ruben S. Montero 2010-05-14 19:16:39 +02:00 committed by Ruben S. Montero
parent b5abc6f656
commit a3214a6202

View File

@ -113,8 +113,6 @@ public:
string str(reinterpret_cast<char *>(mem));
os << str;
xmlFree(mem);
return os;