This commit is contained in:
richboo111
2022-08-11 14:48:58 +08:00
parent 4acbe90038
commit 9e1fa883b5
3 changed files with 2 additions and 10 deletions

View File

@@ -2,7 +2,6 @@ package dao
import (
"fmt"
"git.rosy.net.cn/jx-callback/globals"
"reflect"
"strings"
"time"
@@ -98,8 +97,6 @@ func GenQuestionMarks(count int) (marks string) {
marks = builder.String()
}
}
result := string(marks)
globals.SugarLogger.Debug("输出一下marks", result)
return marks
}