Skip to content

Commit fff060e

Browse files
committed
Update ViewController.swift
1 parent 9b8b061 commit fff060e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/DDLoggerSwift/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class ViewController: UIViewController {
8686
printPrivacy("这个是加密数据的测试数据222")
8787
//
8888
let startTime = DispatchTime.now()
89-
for i in 0..<3 {
89+
for i in 0..<10 {
9090
// print("\(i)")
9191
printLog("\(i)")
9292
// printLog("测试输出,默认不会写入数据库","222222","3333333")

0 commit comments

Comments
 (0)