RawImageCreator: remove meter for hash calculation
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 18 Oct 2012 14:48:49 +0000 (17:48 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 18 Oct 2012 15:47:57 +0000 (18:47 +0300)
commit5c1edaaa08124743cefe8c92c571f7f8ce27ea7f
treead4b0545c62c63e074ec47b1db0a69d926ffd5a2
parent0f880c1c4fa2a2f67413aa4043a7e52963a2b786
RawImageCreator: remove meter for hash calculation

We currently use the progress meter when calculating hash functions
of the raw image file. Well, there is nothing bad with this, but this
is not really necessary. I am removing this because I am going to
introduce a helper function for calculating hashes, and I do not want
to complicate it with a meter.

So, remove the meter. We can add it back if we find this necessary
in the future.

This makes the code a bit less complex as well.

Change-Id: I7da651f82dcbb14e16e1dccbbc4ee73cc1aa7e0b
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
mic/imager/raw.py