1
0
mirror of https://github.com/JustKato/FreePad.git synced 2026-02-23 15:50:46 +02:00

* Removed debug line

This commit is contained in:
2022-06-03 22:56:53 +03:00
parent b710d24a2d
commit d056a4d429

View File

@@ -71,8 +71,6 @@ func AdminRoutes(router *gin.RouterGroup) {
fmt.Println(padList)
padList[0].LastModified
ctx.HTML(200, "admin_view.html", gin.H{
"title": "Admin",
"padList": padList,