Skip to content

Commit 4621307

Browse files
RONDB-789: Removed debug printout
1 parent 90d00e7 commit 4621307

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

storage/ndb/src/common/portlib/NdbHW.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2156,7 +2156,6 @@ get_meminfo(struct ndb_hwinfo *hwinfo)
21562156
hwinfo->is_running_in_container = 1;
21572157
FileGuard g(cgroup_meminfo); // close at end...
21582158
if (fgets(buf, sizeof(buf), cgroup_meminfo)) {
2159-
fprintf(stderr, "Read %s from /sys/cgroup/memory.max", buf);
21602159
if (memcmp(buf, "max", 3) != 0) {
21612160
Uint64 memory_size = 0;
21622161
ret_code = sscanf(buf, "%llu", &memory_size);

0 commit comments

Comments
 (0)