Skip to content
Snippets Groups Projects
Commit 2e9d2082 authored by jette's avatar jette
Browse files

Remove vestigial log message

parent 585e7947
No related branches found
No related tags found
No related merge requests found
...@@ -223,7 +223,6 @@ extern int acct_gather_energy_unpack(acct_gather_energy_t **energy, Buf buffer, ...@@ -223,7 +223,6 @@ extern int acct_gather_energy_unpack(acct_gather_energy_t **energy, Buf buffer,
safe_unpack32(&energy_ptr->current_watts, buffer); safe_unpack32(&energy_ptr->current_watts, buffer);
} }
info("hey I made it here");
return SLURM_SUCCESS; return SLURM_SUCCESS;
unpack_error: unpack_error:
......
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