Skip to content

Commit d17e753

Browse files
committed
atg. quiet down
1 parent 92903b5 commit d17e753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/compiler/import.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func registerLuarReqs(vm *golua.State) {
7575

7676
luar.Register(vm, "reflect", shadow_reflect.Pkg)
7777
luar.Register(vm, "fmt", shadow_fmt.Pkg)
78-
fmt.Printf("reflect/fmt registered\n")
78+
//fmt.Printf("reflect/fmt registered\n")
7979

8080
// give goroutines.lua something to clone
8181
// to generate select cases.

0 commit comments

Comments
 (0)