Skip to content

Commit 7e588ee

Browse files
author
Giorgi Lomia
committed
Removed a cout.
1 parent a37a933 commit 7e588ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/graph-stats/graph-memory-stats.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ GatherMemoryAllocation(
9292
int total_usage = 0;
9393
int alloc_size = 0;
9494
int prop_size = 0;
95-
std::cout << total_alloc << ", " << total_usage << "\n";
9695

9796
for (int32_t i = 0; i < schema->num_fields(); ++i) {
9897
std::string prop_name = schema->field(i)->name();

0 commit comments

Comments
 (0)