From 63540add66fd4212818db998afc1d06ab0450a28 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 25 Nov 2018 07:31:06 +0100 Subject: [PATCH] Removed a debug statement that got in the way --- CMakeLists.txt | 2 +- src/libravatarserv.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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); }