Skip to content
Snippets Groups Projects
Commit f61f092a authored by Markus Blatt's avatar Markus Blatt
Browse files

Removed debugging output that is only functional when used with PoolAllocator.

[[Imported from SVN: r2085]]
parent 2ed9d690
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@
#include <config.h>
#include "iteratorfacades.hh"
#include <ostream>
#include <iostream>
namespace Dune
{
......@@ -599,7 +598,6 @@ namespace Dune
SLList<T,A>::~SLList()
{
clear();
std::cout<<"Destructor called! Pool="<<allocator_<<std::endl;
}
template<typename T, class A>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment