remove secp256k1; Make cleanup

This commit is contained in:
Jae Kwon
2015-08-14 11:02:32 -07:00
parent 4d765dcf2b
commit 1a27d4dd63
62 changed files with 14 additions and 11842 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ func WriteFile(filePath string, contents []byte) error {
if err != nil {
return err
}
fmt.Printf("File written to %v.\n", filePath)
// fmt.Printf("File written to %v.\n", filePath)
return nil
}