trivial - whitespace, debugging cleanup, etc.
[c11tester.git] / snapshot-interface.cc
index 84d9dbc015f0d6d593f4e72da807042c8bc3e373..5d160e1a837da27677bf441efcdc956e8af8a687 100644 (file)
@@ -63,8 +63,6 @@ static void SnapshotGlobalSegments(){
                        size_t len = ((uintptr_t)end - (uintptr_t)begin) / PAGESIZE;
                        if (len != 0)
                                addMemoryRegionToSnapShot(begin, len);
-                       DEBUG("%s\n", buf);
-                       DEBUG("%45s: %18p - %18p\t%c%c%c%c\n", regionname, begin, end, r, w, x, p);
                }
        }
        pclose(map);