Skip to content

Commit

Permalink
Merge branch 'main' into dtolmaco/add-error-codes-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
552020 authored May 21, 2024
2 parents 2270711 + 36a1684 commit de7eafd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ std::ostream &operator<<(std::ostream &out, const Config &file)
std::cout << std::endl;
std::cout << "alias: " << var._alias << std::endl;


// for (unsigned int i = 0; i < loc.size(); ++i)
// {
// std::cout << "------------------Location-Block------------------------" << std::endl;
Expand All @@ -308,8 +309,9 @@ std::ostream &operator<<(std::ostream &out, const Config &file)
// std::cout << std::endl;
// std::cout << "alias: " << loc[i]._alias << std::endl;
// }

std::cout << "------------------END---------------------------------" << std::endl;
}

return (out);
}
}

0 comments on commit de7eafd

Please sign in to comment.