From f61f092af14122e41b619740f5c272788439a6f0 Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Fri, 20 May 2005 09:04:33 +0000
Subject: [PATCH] Removed debugging output that is only functional when used
 with PoolAllocator.

[[Imported from SVN: r2085]]
---
 common/sllist.hh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/common/sllist.hh b/common/sllist.hh
index 44e0ded5b..7ddd1875f 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>
-- 
GitLab