This commit is contained in:
Eelco Dolstra 2008-08-25 13:32:27 +00:00
parent b428adc267
commit 49829da8b4
1 changed files with 0 additions and 1 deletions

View File

@ -257,7 +257,6 @@ Hash hashString(HashType ht, const string & s)
start(ht, ctx);
update(ht, ctx, (const unsigned char *) s.c_str(), s.length());
finish(ht, ctx, hash.hash);
//printMsg(lvlError, format("hashString %1% --> %2%:\n%3%\n===========END======") % s.size() % printHash(hash) % s);
return hash;
}