Remove logging in test
This commit is contained in:
@@ -4,7 +4,6 @@ package toml_test
|
|||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
|
||||||
"strconv"
|
"strconv"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
@@ -70,7 +69,6 @@ func testGenTranslateDesc(input interface{}) interface{} {
|
|||||||
|
|
||||||
d := input.(map[string]interface{})
|
d := input.(map[string]interface{})
|
||||||
|
|
||||||
log.Printf("%+v", d)
|
|
||||||
var dtype string
|
var dtype string
|
||||||
var dvalue interface{}
|
var dvalue interface{}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user