diff --git a/CMakeLists.txt b/CMakeLists.txt index 104f64a..6098f71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.2) project(libravatarserv - VERSION 0.2.2 + VERSION 0.2.3 LANGUAGES CXX ) diff --git a/src/libravatarserv.cpp b/src/libravatarserv.cpp index 9eb830b..10b47e5 100644 --- a/src/libravatarserv.cpp +++ b/src/libravatarserv.cpp @@ -68,7 +68,6 @@ int main() if (pos_size != std::string::npos) { size = static_cast(std::stoul(digest.substr(pos_size + 2))); - cout << size << endl; } digest = digest.substr(0, pos_digest); }