chore(server): remove debug println statement from server.go

This commit is contained in:
Luis Pater
2025-10-12 23:58:50 +08:00
parent 6ec028808f
commit cb83985cc7

View File

@@ -457,7 +457,6 @@ func (s *Server) serveManagementControlPanel(c *gin.Context) {
c.AbortWithStatus(http.StatusNotFound)
return
}
println(s.currentPath)
filePath := managementasset.FilePath(s.currentPath)
if strings.TrimSpace(filePath) == "" {
c.AbortWithStatus(http.StatusNotFound)