Commit 9a0e42c6 by Krzysztof Adamski Committed by Russell Belfer

Remove unnececery arguments priting in add example.

parent 813937ce
...@@ -104,9 +104,6 @@ int main (int argc, char** argv) ...@@ -104,9 +104,6 @@ int main (int argc, char** argv)
} }
} }
printf("args:\n");
for(i=0; i<array.count; i++) {
printf(" - %s\n", array.strings[i]);
if (argc<=i) { if (argc<=i) {
print_usage(); print_usage();
return 1; return 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment