Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
sonndinh committed Jan 3, 2024
1 parent d56efd6 commit ab644c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/DCPS/Compiler/vread_vwrite/VreadVwriteTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ TEST(VreadVwriteTest, DynamicSerializeTest)
rapidjson::Writer<rapidjson::StringBuffer> writer(buffer);
OpenDDS::DCPS::JsonValueWriter<rapidjson::Writer<rapidjson::StringBuffer> > jvw(writer);
vwrite(jvw, &dd);
ACE_DEBUG((LM_DEBUG, "%C\n", buffer.GetString()));

// Parse the result string and compare with the original data
rapidjson::Document document;
Expand Down

0 comments on commit ab644c2

Please sign in to comment.