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-unixfs
Commits
56b9b57b
Commit
56b9b57b
authored
10 years ago
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove errlogs
parent
4e1c413e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
cli/add.go
cli/add.go
+0
-4
No files found.
cli/add.go
View file @
56b9b57b
...
...
@@ -95,10 +95,6 @@ func addFile(n *core.IpfsNode, fpath string, depth int) error {
return
err
}
h
,
_
:=
root
.
Multihash
()
u
.
POut
(
"hash: %v
\n
"
,
h
)
u
.
POut
(
"data: %v
\n
"
,
root
.
Data
)
// add the file to the graph + local storage
k
,
err
:=
n
.
AddDagNode
(
root
)
if
err
!=
nil
{
...
...
This diff is collapsed.
Click to expand it.
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