From 8c28dc9674d1da57e57143ca3a458aba124b3455 Mon Sep 17 00:00:00 2001
From: Tomas Oberhuber <tomas.oberhuber@fjfi.cvut.cz>
Date: Mon, 17 Jun 2019 12:28:45 +0200
Subject: [PATCH] Removed debugging printout.

---
 src/TNL/Containers/Array.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/TNL/Containers/Array.hpp b/src/TNL/Containers/Array.hpp
index e858906de7..49c7025e6d 100644
--- a/src/TNL/Containers/Array.hpp
+++ b/src/TNL/Containers/Array.hpp
@@ -75,7 +75,6 @@ Array( const Array< Value, Device, Index >& array )
   allocationPointer( nullptr ),
   referenceCounter( 0 )
 {
-   std::cerr << "==================" << std::endl;
    this->setSize( array.getSize() );
    Algorithms::ArrayOperations< Device >::copyMemory( this->getData(), array.getData(), array.getSize() );
 }
-- 
GitLab