Browse Source

tests: Remove forgotten print from gas_anqp_oom_hapd

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Jouni Malinen 9 years ago
parent
commit
2c68ae2b21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/hwsim/test_gas.py

+ 1 - 1
tests/hwsim/test_gas.py

@@ -925,7 +925,7 @@ def test_gas_anqp_oom_hapd(dev, apdev):
         hapd.set("gas_frag_limit", "50")
 
         # This query will time out due to the AP not sending a response (OOM).
-        print dev[0].request("FETCH_ANQP")
+        dev[0].request("FETCH_ANQP")
         ev = dev[0].wait_event(["GAS-QUERY-START"], timeout=5)
         if ev is None:
             raise Exception("GAS query start timed out")