This commit is contained in:
Anthony Minessale 2012-01-09 14:33:47 -06:00
parent 1242f0b661
commit 2fbe19b0fc
1 changed files with 0 additions and 1 deletions

View File

@ -1014,7 +1014,6 @@ static switch_status_t parse_xml(client_t *client)
if (zstr(val)) { if (zstr(val)) {
val = NULL; val = NULL;
} }
printf("WTF [%s][%s]\n", tag->name, val);
if (client->profile->perms.set_vars && if (client->profile->perms.set_vars &&
(!client->profile->var_params.set_var_list || (!client->profile->var_params.set_var_list ||