diff options
-rw-r--r-- | src/simpl/base.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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.")); } |