Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit efb0e5b

Browse files
remove debugging
1 parent 1951f0a commit efb0e5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎internal/codegen/golang/struct.go

Lines changed: 0 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /