From f57bef7c9398957e00cd510203a847152ef3aed7 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 8 Feb 2022 23:06:45 +0100 Subject: [PATCH] Remove debug message --- share/scripts/midimon.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/share/scripts/midimon.lua b/share/scripts/midimon.lua index 4a8479ceb8..6921634033 100644 --- a/share/scripts/midimon.lua +++ b/share/scripts/midimon.lua @@ -91,7 +91,6 @@ function dsp_runmap (bufs, in_map, out_map, n_samples, offset) self:shmem():atomic_set_int(0, pos) if newdata then - print ("new data", pos) self:queue_draw () end end