mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 17:56:49 +00:00
remove unnecessary printf
This commit is contained in:
@@ -975,7 +975,6 @@ TEST(ColumnFamilyTest, CreateMissingColumnFamilies) {
|
||||
ASSERT_TRUE(!s.ok());
|
||||
db_options_.create_missing_column_families = true;
|
||||
s = TryOpen({"default", "one", "two"});
|
||||
printf("%s\n", s.ToString().c_str());
|
||||
ASSERT_TRUE(s.ok());
|
||||
Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user