From 9333e45887effbdb12034de97f511a0f65307a69 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 25 Oct 2015 18:54:22 +0100 Subject: [PATCH] Remove a debug output. --- mixer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mixer.cpp b/mixer.cpp index 67559f9..28cbed7 100644 --- a/mixer.cpp +++ b/mixer.cpp @@ -117,7 +117,6 @@ Mixer::Mixer(const QSurfaceFormat &format) printf("failed to create bmusb context\n"); exit(1); } - printf("inited!\n"); }, [this]{ resource_pool->clean_context(); -- 2.39.5