Skip to content

Commit

Permalink
Remove unused cout
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAugust12 committed Dec 21, 2023
1 parent a6eeb27 commit 5f4ca2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,6 @@ std::vector< PathPoint > Parser::parsePathPoints(xml_node<> *node) {

formatSvgPathString(path_string);

std::cout << path_string << '\n';

std::stringstream ss(path_string);
std::string element;
PathPoint pPoint{{0, 0}, 'M'};
Expand Down

0 comments on commit 5f4ca2e

Please sign in to comment.