Skip to content

Commit

Permalink
new version (#83)
Browse files Browse the repository at this point in the history
* new version

* remove unneeded logging
  • Loading branch information
gammazero committed Jul 18, 2023
1 parent 134ede7 commit caa0bba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion find/client/dhash_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ func (c *DHashClient) FindAsync(ctx context.Context, mh multihash.Multihash, res
// Metadata not found; multihash has no metadata. This was
// probably deleted by context ID and the associated
// multihashes were not removed.
log.Debug("Metadata not found for multihash encrypted value key", "multihash", mh.B58String())
continue
}

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.2.10"
"version": "v0.2.11"
}

0 comments on commit caa0bba

Please sign in to comment.