branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-31 21:21:12 -06:00
parent 5aa07d3956
commit d27ef7bc51

View File

@ -50,7 +50,5 @@ BranchTier::BranchTier(toml::value const &v_)
l::load_branch_glob(table,_branches);
else if(type == "scan")
l::load_branch_scan(table,_branches);
fmt::print("{}\n",type);
}
}