diff --git a/common/sllist.hh b/common/sllist.hh index 44e0ded5be3f837f9334278c67a35b44960429aa..7ddd1875fc9ff4260d5dcc1427eb2b70bb26d42c 100644 --- a/common/sllist.hh +++ b/common/sllist.hh @@ -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>