From 06fb25a791463499bb75e648d21cc3ae818b185f Mon Sep 17 00:00:00 2001 From: Veronique Legrand <vlegrand@pasteur.fr> Date: Tue, 11 May 2021 14:52:40 +0200 Subject: [PATCH] commented unuseful traces --- src/low_level_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/low_level_utils.cpp b/src/low_level_utils.cpp index bb26e3b..dc11bec 100644 --- a/src/low_level_utils.cpp +++ b/src/low_level_utils.cpp @@ -63,7 +63,7 @@ unsigned long getNodePhysMemory() { } mem=si.totalram; mem /= 1 * 1024 * 1024 * 1024; - cout<<"total RAM="<<mem<<endl; + //cout<<"total RAM="<<mem<<endl; //cout<<"ROCK has not been tested on this operating system, please contact author."<<endl; #endif -- GitLab