good morning!!!!

Skip to content
Snippets Groups Projects
Commit 705cf611 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

debug err removed

parent 9022f503
Branches
Tags
No related merge requests found
......@@ -70,7 +70,7 @@ func DecodeCompact(key []byte) string {
}
}
res, err := hex.DecodeString(str)
res, _ := hex.DecodeString(str)
return string(res)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment