Skip to content

Commit

Permalink
#268: Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Jul 23, 2024
1 parent 7b83558 commit 842ae6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/test_virtual_serialize.cc
Original file line number Diff line number Diff line change
Expand Up @@ -620,9 +620,7 @@ using TestDeserializationFromBase = TestHarness;
template<typename Base, typename Derived>
void testDeserializationFromBase() {
std::unique_ptr<Base> task(new Derived(TEST_CONSTRUCT{}));
std::cout << "KARAKAN: BEGIN SERIALIZATION" << std::endl;
auto ret = checkpoint::serialize<Base>(*task);
std::cout << "KARAKAN: BEGIN DESERIALIZE" << std::endl;
auto out = checkpoint::deserialize<Base>(std::move(ret));

EXPECT_TRUE(nullptr != out);
Expand Down

0 comments on commit 842ae6f

Please sign in to comment.