Skip to content

Commit

Permalink
remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jul 13, 2019
1 parent 3f9c59e commit cee7d57
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Helpers/gmic_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,12 +426,6 @@ void gmic_parse_multi(const string& content, vector<EffectData>* cds, vector<str
//printf("content:\n%s\n", content.c_str());
while (getline(ss, line)) {
//printf("%s\n%s\n", cat.c_str(), line.c_str());
if (line == "#@gui ____<i>About</i>") {
printf("about!\n");
}
if (line == "#@gui ____<b>Various</b>") {
printf("various!\n");
}
if ( (line.substr(0, src_prefix.size() + 1) == src_prefix + " ") ||
(line.substr(0, src_prefix.size() + 4) == src_prefix + "_en ") ||
(line.substr(0, src_prefix_old.size() + 1) == src_prefix_old + " ") ) {
Expand Down

0 comments on commit cee7d57

Please sign in to comment.