Commit 705cf611 authored by obscuren's avatar obscuren

debug err removed

parent 9022f503
...@@ -70,7 +70,7 @@ func DecodeCompact(key []byte) string { ...@@ -70,7 +70,7 @@ func DecodeCompact(key []byte) string {
} }
} }
res, err := hex.DecodeString(str) res, _ := hex.DecodeString(str)
return string(res) return string(res)
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment