Remove debug logging for sys.argv in main function
This commit is contained in:
parent
dca9f7eebe
commit
8038a46176
1 changed files with 0 additions and 1 deletions
|
@ -259,7 +259,6 @@ def is_deadpoint(ap_bssid):
|
||||||
|
|
||||||
# === Main ===
|
# === Main ===
|
||||||
def main():
|
def main():
|
||||||
print("[DEBUG] sys.argv:", sys.argv, flush=True)
|
|
||||||
parser = ArgumentParser()
|
parser = ArgumentParser()
|
||||||
parser.add_argument("--main-iface", required=True, help="Active interface (used to determine channel)")
|
parser.add_argument("--main-iface", required=True, help="Active interface (used to determine channel)")
|
||||||
parser.add_argument("--monitor-iface", required=True, help="Monitor interface to sniff on")
|
parser.add_argument("--monitor-iface", required=True, help="Monitor interface to sniff on")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue