From 0c446da72f68df37b2377850bb8d978424b9d401 Mon Sep 17 00:00:00 2001 From: John Glover Date: Fri, 14 Jun 2013 10:03:56 +0200 Subject: Remove printf statement --- src/simpl/base.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/simpl/base.cpp b/src/simpl/base.cpp index 8b9d339..83155c5 100644 --- a/src/simpl/base.cpp +++ b/src/simpl/base.cpp @@ -360,7 +360,6 @@ void Frame::audio(sample* new_audio, int size) { std::copy(new_audio, new_audio + size, _audio); } else { - printf("size: %d (%d)\n", size, _size); throw Exception(std::string("Specified copy size must be a multiple " "of the current Frame size.")); } -- cgit v1.2.3