unnecessary trace msg

This commit is contained in:
risk danger olson 2015-11-16 13:55:30 -07:00
parent 256e95b800
commit 090222f5ad

@ -293,7 +293,6 @@ type hashingReader struct {
}
func newHashingReader(r io.Reader) *hashingReader {
tracerx.Printf("NEW HASHING READER")
return &hashingReader{r, sha256.New()}
}