mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
remove prints
This commit is contained in:
parent
3c3b360167
commit
eae48256b1
1 changed files with 1 additions and 3 deletions
|
@ -374,13 +374,11 @@ static int hostapd_notify(struct ubus_context *ctx, struct ubus_object *obj,
|
||||||
static int add_subscriber(char *name) {
|
static int add_subscriber(char *name) {
|
||||||
uint32_t id = 0;
|
uint32_t id = 0;
|
||||||
|
|
||||||
printf("DOING LOOKUP!\n");
|
|
||||||
if (ubus_lookup_id(ctx, name, &id)) {
|
if (ubus_lookup_id(ctx, name, &id)) {
|
||||||
fprintf(stderr, "Failed to look up test object for %s\n", name);
|
fprintf(stderr, "Failed to look up test object for %s\n", name);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
printf("Lookup success!\n");
|
|
||||||
|
|
||||||
if(hostapd_array_check_id(id))
|
if(hostapd_array_check_id(id))
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue