diff --git a/Core/Src/compute.c b/Core/Src/compute.c index 7b6f124..c86e07c 100644 --- a/Core/Src/compute.c +++ b/Core/Src/compute.c @@ -253,8 +253,6 @@ int16_t compute_get_pack_current() return -low_current; } - // printf("Low Current: %d\n", -low_current); - // printf("High Current: %d\n", -high_current); return -high_current; }