Skip to content

Commit

Permalink
Remove unneeded log
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-geddes committed Apr 4, 2023
1 parent ed7e8bb commit 5df1f4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions value_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ package v8go_test
import (
"bytes"
"fmt"
"log"
"math"
"math/big"
"reflect"
Expand Down Expand Up @@ -715,7 +714,6 @@ func TestValueMarshalJSON(t *testing.T) {

func TestValueArrayBufferContents(t *testing.T) {
t.Parallel()
log.Printf("v8.Version(): %#v\n", v8.Version())
iso := v8.NewIsolate()
defer iso.Dispose()

Expand Down

0 comments on commit 5df1f4a

Please sign in to comment.