mergerfs.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-31 22:45:40 -06:00
parent 53ad53337a
commit 409e0ae49f

View File

@ -304,7 +304,6 @@ main(int argc_,
{
auto data = toml::parse<toml::preserve_comments>("config.toml");
std::cout << data["branches"] << '\n';
Branches2 b(data["branches"]);
pause();