Skip to content

Commit 7ba1d66

Browse files
committed
remove debugging
1 parent 672d491 commit 7ba1d66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/codegen/golang/struct.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package golang
22

33
import (
4-
"log/slog"
54
"strings"
65
"unicode"
76
"unicode/utf8"
@@ -19,7 +18,6 @@ type Struct struct {
1918

2019
func CheckRename(name string, options *opts.Options) string {
2120
if rename := options.Rename[name]; rename != "" {
22-
slog.Info("CheckRename", slog.String("original", name), slog.String("rename", rename))
2321
return rename
2422
}
2523
return name

0 commit comments

Comments
 (0)