Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Remove now useless dump
Browse files Browse the repository at this point in the history
  • Loading branch information
farhaven committed Aug 6, 2017
1 parent ede1bc3 commit 3844ca2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions wireless.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,19 +321,6 @@ main(int argc, char **argv) {
errx(1, "No device specified");
}

if (cnf->debug) {
struct network *n;

fprintf(stderr, "Configured networks:\n");

TAILQ_FOREACH(n, &cnf->networks, networks) {
fprintf(stderr, "\"%s\"", n->nwid);
if (n->type == NW_WPA2)
fprintf(stderr, " \"%s\"", n->wpakey);
fprintf(stderr, "\n");
}
}

memset(nr, 0x00, ARRAY_SIZE(nr));
numnodes = scan(cnf, nr, ARRAY_SIZE(nr));

Expand Down

0 comments on commit 3844ca2

Please sign in to comment.