Remove logging in test

This commit is contained in:
Thomas Pelletier
2021-03-28 00:06:40 -04:00
parent 72c999ecbf
commit 9a436c7eeb
-2
View File
@@ -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{}