diff --git a/src/branches2.cpp b/src/branches2.cpp index e773c8d7..26611fee 100644 --- a/src/branches2.cpp +++ b/src/branches2.cpp @@ -19,8 +19,6 @@ Branches2::Branches2(toml::value const &v_) { auto const &branch_table = branch.as_table(); - if(branch_table["type"] == "literal") - printf("literal\n"); } } }