From 41a575ff9b5d630d4b75e1e9dd0edf19e05f1c37 Mon Sep 17 00:00:00 2001 From: James Richings Date: Tue, 9 Nov 2021 21:56:23 +0000 Subject: [PATCH] Format edit --- Grid/allocator/MemoryManagerCache.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/Grid/allocator/MemoryManagerCache.cc b/Grid/allocator/MemoryManagerCache.cc index 61dc1125..04b3fe95 100644 --- a/Grid/allocator/MemoryManagerCache.cc +++ b/Grid/allocator/MemoryManagerCache.cc @@ -488,15 +488,12 @@ void MemoryManager::PrintState(void* _CpuPtr) if ( AccCache.state==Consistent)str = std::string("Consistent"); if ( AccCache.state==EvictNext) str = std::string("EvictNext"); - std::cout << GridLogMessage << "--------------------------------------------" << std::endl; std::cout << GridLogMessage << "CpuAddr\t\tAccAddr\t\tState\t\tcpuLock\taccLock\tLRU_valid "<