mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2026-01-27 10:23:25 +00:00
wifi-diag: Comment out debugging code.
Should not have committed that.
This commit is contained in:
@@ -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 "") {
|
||||
|
||||
Reference in New Issue
Block a user