Skip to content

Commit e4e2a20

Browse files
committed
chore(backend): remove unneeded log lines
Signed-off-by: detj <[email protected]>
1 parent d1d4e89 commit e4e2a20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backend/api/event/userdefattr.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,9 +567,6 @@ func (u *UDAttribute) Parameterize() (attr map[string]string) {
567567

568568
val := ""
569569

570-
fmt.Println("maxInt64", math.MaxInt64)
571-
fmt.Println("minInt64", math.MinInt64)
572-
573570
for k, v := range u.rawAttrs {
574571
switch v := v.(type) {
575572
case bool:

0 commit comments

Comments
 (0)