Skip to content

Commit c1f1a1d

Browse files
committed
Small stdout fix
1 parent 5a4532b commit c1f1a1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

importer/src/hierarchy.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ bool Hierarchy::check_indexing(bool verbose)
163163
}
164164
ids.insert(i->id());
165165
}
166-
std::cout << "\n\n";
166+
if (verbose)
167+
std::cout << "\n\n";
167168
}
168169
}
169170

0 commit comments

Comments
 (0)