Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
62c380b0
Commit
62c380b0
authored
Nov 14, 2016
by
Kevin Atkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
blockstore: remove expensive debug statement in AllKeysChan
License: MIT Signed-off-by:
Kevin Atkinson
<
k@kevina.org
>
parent
8d6ac7a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
blocks/blockstore/blockstore.go
blocks/blockstore/blockstore.go
+0
-2
No files found.
blocks/blockstore/blockstore.go
View file @
62c380b0
...
...
@@ -202,8 +202,6 @@ func (bs *blockstore) AllKeysChan(ctx context.Context) (<-chan *cid.Cid, error)
return
nil
,
true
}
log
.
Debug
(
"blockstore: query got key"
,
c
)
return
c
,
true
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment