diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-23 23:56:50 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-23 23:56:50 +0800 |
commit | acfb5b85fbd48e2096652552e65c3c7000faca8f (patch) | |
tree | b8bd5760a3c3e6002aeaf55fd16941f7be774e57 /mist/ui_lib.go | |
parent | 8516e748ca3528157064ff4a370f2cce3e1d787c (diff) | |
parent | a4007f3b686b16e73b4cb9ebceb63f3755d31ff3 (diff) | |
download | dexon-acfb5b85fbd48e2096652552e65c3c7000faca8f.tar dexon-acfb5b85fbd48e2096652552e65c3c7000faca8f.tar.gz dexon-acfb5b85fbd48e2096652552e65c3c7000faca8f.tar.bz2 dexon-acfb5b85fbd48e2096652552e65c3c7000faca8f.tar.lz dexon-acfb5b85fbd48e2096652552e65c3c7000faca8f.tar.xz dexon-acfb5b85fbd48e2096652552e65c3c7000faca8f.tar.zst dexon-acfb5b85fbd48e2096652552e65c3c7000faca8f.zip |
Merge branch 'hotfix/0.6.5-2' into develop
Diffstat (limited to 'mist/ui_lib.go')
-rw-r--r-- | mist/ui_lib.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mist/ui_lib.go b/mist/ui_lib.go index a913af7db..e5ddd38c8 100644 --- a/mist/ui_lib.go +++ b/mist/ui_lib.go @@ -240,7 +240,6 @@ func mapToTxParams(object map[string]interface{}) map[string]string { dataStr += str } object["data"] = dataStr - fmt.Println(object) conv := make(map[string]string) for key, value := range object { |