Skip to content

Commit

Permalink
TS-3149: remove debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeach committed Oct 30, 2014
1 parent 63757db commit 35a71e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ts/ink_args.cc
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ process_args(const AppVersionInfo * appinfo, const ArgumentDescription * argumen

while (*++(*argv)) {
for (i = 0; i < n_argument_descriptions; i++) {
printf("i=%d **argv=%c\n", i, **argv);
if (argument_descriptions[i].key == **argv) {
process_arg(appinfo, argument_descriptions, n_argument_descriptions, i, &argv, usage_string);
break;
Expand Down

0 comments on commit 35a71e9

Please sign in to comment.