diff --git a/src/common/slurm_acct_gather_energy.c b/src/common/slurm_acct_gather_energy.c
index 5b0b5178dabd7ab25d581e46b7cc139a7d0db439..734181a058ec8eb5836d30e3b9b93b3e936d9ac0 100644
--- a/src/common/slurm_acct_gather_energy.c
+++ b/src/common/slurm_acct_gather_energy.c
@@ -223,7 +223,6 @@ extern int acct_gather_energy_unpack(acct_gather_energy_t **energy, Buf buffer,
 		safe_unpack32(&energy_ptr->current_watts, buffer);
 
 	}
-	info("hey I made it here");
 	return SLURM_SUCCESS;
 
 unpack_error: