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

Commit

Permalink
Remove extra stop print
Browse files Browse the repository at this point in the history
  • Loading branch information
matusnovak committed Sep 19, 2021
1 parent 5c53103 commit 6337384
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Doxybook/Node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,6 @@ void Doxybook2::Node::finalize(const Config& config,
temp.reset();

anchor = anchorMaker(*this);
if (name == "getVersion") {
std::cout << "stop" << std::endl;
}
url = urlMaker(config, *this);
if (config.linkLowercase)
url = Utils::toLower(url);
Expand Down

0 comments on commit 6337384

Please sign in to comment.