Skip to content

Commit

Permalink
refactor: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabri3l committed Aug 1, 2023
1 parent 27a5a5f commit 35e28b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions memory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,6 @@ func TestMemCheck(t *testing.T) {
memChecks := []uint64{}
vm := New()
vm.Set("checkMem", func(call FunctionCall) Value {

// fmt.Printf("\n\n\n=============== (╯°□°)╯︵ ┻━┻ \n")
// fmt.Printf("\nCAll mem check\n")
// fmt.Printf("\n===============================\n\n\n")

mem, err := vm.MemUsage(
NewMemUsageContext(vm, 100, memUsageLimit, arrLenThreshold, objPropsLenThreshold, TestNativeMemUsageChecker{}),
)
Expand Down

0 comments on commit 35e28b0

Please sign in to comment.