diff options
Diffstat (limited to 'Common/ViperBuffer.cpp')
-rw-r--r-- | Common/ViperBuffer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Common/ViperBuffer.cpp b/Common/ViperBuffer.cpp index 90d10d63..27ec8b5e 100644 --- a/Common/ViperBuffer.cpp +++ b/Common/ViperBuffer.cpp @@ -85,7 +85,6 @@ qint64 ViperBuffer::writeData(libdash::framework::input::MediaObject* media) ret = media->Read(readBuffer,readMax); while(ret) { - printf("ret %d\n", ret); total += ret; this->writeData((const char *)readBuffer, ret); ret = media->Read(readBuffer,readMax); |