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 (
"encoding/json"
"fmt"
"log"
"strconv"
"testing"
"time"
@@ -70,7 +69,6 @@ func testGenTranslateDesc(input interface{}) interface{} {
d := input.(map[string]interface{})
log.Printf("%+v", d)
var dtype string
var dvalue interface{}