Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
crapp committed Dec 4, 2016
1 parent 2d89d8c commit 075b286
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/buffwriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ struct Regexpattern : public RegexpatternIface {
void parse_filename(std::string &filename)
{
std::regex re(this->regpattern);
std::cout << "Pattern: " << this->regpattern << std::endl;
std::cout << "Filename: " << filename << std::endl;
std::string val_string = utility::primitive_to_string(this->value);
filename = std::regex_replace(filename, re, val_string);
}
Expand Down

0 comments on commit 075b286

Please sign in to comment.