mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-18 04:10:51 +08:00
chore(server): remove debug println statement from server.go
This commit is contained in:
@@ -457,7 +457,6 @@ func (s *Server) serveManagementControlPanel(c *gin.Context) {
|
|||||||
c.AbortWithStatus(http.StatusNotFound)
|
c.AbortWithStatus(http.StatusNotFound)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
println(s.currentPath)
|
|
||||||
filePath := managementasset.FilePath(s.currentPath)
|
filePath := managementasset.FilePath(s.currentPath)
|
||||||
if strings.TrimSpace(filePath) == "" {
|
if strings.TrimSpace(filePath) == "" {
|
||||||
c.AbortWithStatus(http.StatusNotFound)
|
c.AbortWithStatus(http.StatusNotFound)
|
||||||
|
|||||||
Reference in New Issue
Block a user