Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #33 from brycelelbach/remove-debugging-code
Browse files Browse the repository at this point in the history
Remove debugging code that appears to have been accidentally left behind
  • Loading branch information
matusnovak authored Jan 12, 2021
2 parents b50934f + 553709d commit 70e0947
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Doxybook/Node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ Doxybook2::Node::parse(NodeCacheMap& cache, const std::string& inputDir, const N
Log::i("Loading {}", refidPath);
Xml xml(refidPath);

if (ptr->refid == "structwrenbind17_1_1_foreign_klass_impl_1_1_foreign_getter_details_3_01_r_07_t_1_1_5_08_07_08_"
"01const_00_01_fn_01_4") {
std::cout << "stop" << std::endl;
}

auto root = assertChild(xml, "doxygen");
auto compounddef = assertChild(root, "compounddef");

Expand Down

0 comments on commit 70e0947

Please # to comment.