summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Glover <j@johnglover.net>2013-06-14 10:03:56 +0200
committerJohn Glover <j@johnglover.net>2013-06-14 10:03:56 +0200
commit0c446da72f68df37b2377850bb8d978424b9d401 (patch)
tree59504a4333a83a253cb74d276c6da3a097b6b66a /src
parent90509d9c9c7a0716540d069f15acb41e4cde131c (diff)
downloadsimpl-0c446da72f68df37b2377850bb8d978424b9d401.tar.gz
simpl-0c446da72f68df37b2377850bb8d978424b9d401.tar.bz2
simpl-0c446da72f68df37b2377850bb8d978424b9d401.zip
Remove printf statement
Diffstat (limited to 'src')
-rw-r--r--src/simpl/base.cpp1
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."));
}