Skip to content

Commit

Permalink
[BUGFIX] Fixed invalid debug string causing a segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Sep 6, 2021
1 parent bb92e32 commit 2367632
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions paramkit/include/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ namespace paramkit {
param->printDesc();
break;
}
#ifdef _DEBUG
std::cout << argv[i] << " : " << argv[i + 1] << "\n";
#endif
break;
}
// does not require an argument:
Expand Down

0 comments on commit 2367632

Please sign in to comment.