Skip to content
Snippets Groups Projects
Commit f8e4cce5 authored by Danny Auble's avatar Danny Auble
Browse files

more debug removed

parent fc61875d
No related branches found
No related tags found
No related merge requests found
......@@ -283,8 +283,6 @@ _make_user_cond(slurmdb_user_cond_t *user_cond, char **cond)
concat_cond_list(user_cond->assoc_cond->user_list,
NULL, "name", cond);
if(user_cond->def_acct_list)
info("here %d", list_count(user_cond->def_acct_list));
concat_cond_list(user_cond->def_acct_list,
NULL, "default_acct", cond);
concat_cond_list(user_cond->def_wckey_list,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment