* Remove an old and useless debug print.
This commit is contained in:
jean.chalard
2009-12-16 15:40:45 +00:00
parent aefc5f7b6e
commit 8648cb8810

View File

@@ -8,7 +8,6 @@ void Trash::put_out()
{
for (std::vector<Pos*>::iterator it = bin.begin(); it != bin.end(); ++it)
{
std::cout << "DELETE " << *it << std::endl;
if (CardView *c = dynamic_cast<CardView*>(*it))
SAFE_DELETE(c);
else