cosmetic: remove forgotten debug printf

the control interface command subscriber-list-active-v1 contains a stray
debug printf, lets remove it.

Change-Id: I085cf7b4a45708ccb883f70f71f4fbcfda58d332
This commit is contained in:
Philipp Maier 2018-11-08 11:08:37 +01:00
parent 366390d81a
commit 5b6ccce1c6
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ static int get_subscriber_list(struct ctrl_cmd *cmd, void *d)
cmd->reply = talloc_asprintf_append(cmd->reply, "%s,%s\n",
vsub->imsi, vsub->msisdn);
}
printf("%s\n", cmd->reply); /* <-- what? */
return CTRL_CMD_REPLY;
}
CTRL_CMD_DEFINE_RO(subscriber_list, "subscriber-list-active-v1");