Skip to content

Commit edfcee2

Browse files
committed
remove leftover debug print
1 parent b1c3d47 commit edfcee2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

shared-module/audiomixer/Mixer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ static inline uint32_t mult8unsigned(uint32_t val, int32_t mul) {
178178
#if (defined (__ARM_ARCH_7EM__) && (__ARM_ARCH_7EM__ == 1)) //Cortex-M4 w/FPU
179179
return val;
180180
#else*/
181-
mp_printf(&mp_plat_print, "mult8unsigned");
182181
uint32_t result = 0;
183182
float mod_mul = (float) mul / (float) ((1<<15)-1);
184183
for (int8_t i = 0; i < 4; i++) {

0 commit comments

Comments
 (0)