Skip to content

Commit

Permalink
Take out some debugging goop.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmah888 committed Apr 25, 2014
1 parent bf219a4 commit f8401df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/iperf_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,10 +810,6 @@ iperf_parse_arguments(struct iperf_test *test, int argc, char **argv)
}
}

if (test->debug) {
printf("fubar\n");
}

/* Set logging to a file if specified, otherwise use the default (stdout) */
if (test->logfile) {
test->outfile = fopen(test->logfile, "a+");
Expand Down

0 comments on commit f8401df

Please sign in to comment.