common: hash: Remove a debug printf statement
authorHarald Seiler <hws@denx.de>
Mon, 15 Jun 2020 07:47:04 +0000 (09:47 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jun 2020 15:36:30 +0000 (11:36 -0400)
commit7a81989b7b04bd87d1e684f2bafdc92a9c16fecc
tree597d7838e019ae73b4cea6962c484d30ae31e593
parentf9e3d2e147ee3b18dbc09e56d13e6fc8758ac375
common: hash: Remove a debug printf statement

Remove a left-over debug printf that was introduced with SHA512 support.

Fixes: d16b38f42704 ("Add support for SHA384 and SHA512")
Signed-off-by: Harald Seiler <hws@denx.de>
common/hash.c