Skip to content

Commit

Permalink
#476 remove debug changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Strzebonski committed Apr 21, 2022
1 parent b82d0cd commit 46bf614
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/collection/lb_iter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@ struct IterCol : vt::Collection<IterCol, vt::Index1D> {

template <typename SerializerT>
void serialize(SerializerT& s) {
if (s.isSizing()) {
fmt::print("IterCol::serialize()::isSizing()\n");
} else if (s.isPacking()) {
fmt::print("IterCol::serialize()::isPacking()\n");
} else if (s.isUnpacking()) {
fmt::print("IterCol::serialize()::isUnpacking()\n");
}

vt::Collection<IterCol, vt::Index1D>::serialize(s);
s | data_2;
}
Expand Down

0 comments on commit 46bf614

Please sign in to comment.