Remove prints

This commit is contained in:
PolynomialDivision 2017-09-18 20:01:39 +02:00
parent 43f8d8af12
commit b14d251888
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ config settings hostapd
config settings metric
option ht_support '10'
option vht_support '10'
option vht_support '50'
option no_ht_support '0'
option no_vht_support '0'
option rssi '10'

View file

@ -265,7 +265,7 @@ static int handle_probe_req(struct blob_attr *msg) {
//printf("[WC] Hostapd-Probe: %s : %s\n", "probe", str);
print_array();
//print_array();
// deny access
if (!decide_function(&tmp_probe)) {