Commit 8c28dc96 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Removed debugging printout.

parent b9148993
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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() );
}