changeset 19:fe2264f1e789

Removed output when destructor is called
author gedeone-octave <marco.vassallo@outlook.com>
date Thu, 11 Jul 2013 22:44:38 +0200
parents c725b4be09e3
children c6ede799884c
files src/functionspace.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/functionspace.h	Thu Jul 11 22:35:10 2013 +0200
+++ b/src/functionspace.h	Thu Jul 11 22:44:38 2013 +0200
@@ -36,7 +36,7 @@
   void print (std::ostream& os, bool pr_as_read_syntax = false) const
   { os << "Functional Space : " << (*fsp).str(true) << std::endl; }
 
-  ~functionspace(void) { std::cout << "delete fsp "<< std::endl; }
+  ~functionspace(void) {}
 
   bool is_defined (void) const { return true; }