wifi-diag: Comment out debugging code.

Should not have committed that.
This commit is contained in:
Ben Greear
2019-03-05 16:38:44 -08:00
parent ac0fb1249e
commit 8d5863ab17

View File

@@ -196,9 +196,9 @@ while (<>) {
$cur_pkt->append($ln);
}
if ($pkts_sofar > 1500) {
last;
}
#if ($pkts_sofar > 1500) {
# last;
#}
}
if ($cur_pkt->raw_pkt() ne "") {