remove log

This commit is contained in:
Carlosokumu 2024-09-30 18:09:53 +03:00
parent cf5b4ec744
commit e7a3de526c
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

View File

@ -3,7 +3,6 @@ package main
import (
"bytes"
"context"
"fmt"
"testing"
"git.grassecon.net/urdt/ussd/driver"
@ -68,7 +67,6 @@ func TestTerms(t *testing.T) {
t.Fatal(err)
}
b := w.Bytes()
fmt.Println("valuehere:", string(b))
if !bytes.Equal(b, []byte(step.ExpectedContent)) {
t.Fatalf("expected:\n\t%s\ngot:\n\t%s\n", step.ExpectedContent, b)
}