Chore/goctl version (#1962)
* chore: update version to v1.3.7 * docs: update migrate versions * chore: remove debug prints * chore: remove debug prints
This commit is contained in:
@@ -709,7 +709,6 @@ func put(b []byte) {
|
||||
func doTestStructedLog(t *testing.T, level string, w *mockWriter, write func(...interface{})) {
|
||||
const message = "hello there"
|
||||
write(message)
|
||||
fmt.Println(w.String())
|
||||
var entry logEntry
|
||||
if err := json.Unmarshal([]byte(w.String()), &entry); err != nil {
|
||||
t.Error(err)
|
||||
|
||||
Reference in New Issue
Block a user