summaryrefslogtreecommitdiff
path: root/test/core
diff options
context:
space:
mode:
Diffstat (limited to 'test/core')
-rw-r--r--test/core/utils/CharReaderTest.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/core/utils/CharReaderTest.cpp b/test/core/utils/CharReaderTest.cpp
index 1518928..c9a1f64 100644
--- a/test/core/utils/CharReaderTest.cpp
+++ b/test/core/utils/CharReaderTest.cpp
@@ -259,11 +259,6 @@ static size_t readFromVector(char *buf, size_t size, void *userData)
buf++;
}
size_t res = tar - state.offs;
-
-// std::cout << "called readFromVector, read from " << state.offs << " to "
-// << tar << ", total " << res << " byte, requested " << size
-// << " byte" << std::endl;
-
state.offs = tar;
return res;
}