Browse Source

branch_tier.cpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
d27ef7bc51
  1. 2
      src/branch_tier.cpp

2
src/branch_tier.cpp

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