diff --git a/Grid/allocator/MemoryManager.cc b/Grid/allocator/MemoryManager.cc index fa60e820..c92cd18a 100644 --- a/Grid/allocator/MemoryManager.cc +++ b/Grid/allocator/MemoryManager.cc @@ -35,8 +35,6 @@ void *MemoryManager::AcceleratorAllocate(size_t bytes) if ( ptr == (void *) NULL ) { ptr = (void *) acceleratorAllocDevice(bytes); total_device+=bytes; - // std::cout <<"AcceleratorAllocate: allocated Accelerator pointer "<