mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-12 16:15:43 -04:00
removed debug output
This commit is contained in:
parent
137cb5271d
commit
8f80db07c5
2 changed files with 1 additions and 19 deletions
|
@ -53,8 +53,6 @@ uint64_t FeedItem::hash_64bits(const std::string& s) const
|
|||
|
||||
for(uint32_t i=0;i<s.size();++i)
|
||||
mHash = ~(((mHash << 31) ^ (mHash >> 3)) + s[i]*0x217898fbba7 + 0x0294379);
|
||||
|
||||
std::cerr << "Producing hash " << std::hex << mHash << std::dec << " from string \"" << s << "\"" << std::endl;
|
||||
}
|
||||
|
||||
return mHash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue