Skip to content

Commit

Permalink
fix: 去除无用日志
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglu committed Dec 20, 2021
1 parent fb3fbe6 commit f43bb5a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func addCatelog(data addCatelogDto, db *sql.DB) {
INSERT INTO nav_catelog (id,name)
VALUES (?,?);
`
fmt.Println("增加分类:",data)
// fmt.Println("增加分类:",data)
stmt, err := db.Prepare(sql_add_catelog)
checkErr(err)
res, err := stmt.Exec(generateId(), data.Name)
Expand Down
Binary file removed nav
Binary file not shown.
Loading

0 comments on commit f43bb5a

Please sign in to comment.