Removed a debug statement that got in the way
This commit is contained in:
parent
7f87ab969c
commit
63540add66
@ -1,6 +1,6 @@
|
||||
cmake_minimum_required (VERSION 3.2)
|
||||
project(libravatarserv
|
||||
VERSION 0.2.2
|
||||
VERSION 0.2.3
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
@ -68,7 +68,6 @@ int main()
|
||||
if (pos_size != std::string::npos)
|
||||
{
|
||||
size = static_cast<uint16_t>(std::stoul(digest.substr(pos_size + 2)));
|
||||
cout << size << endl;
|
||||
}
|
||||
digest = digest.substr(0, pos_digest);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user