Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sub/sub.go')
-rw-r--r--sub/sub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/sub.go b/sub/sub.go
index 1a1a7d9e..0605c8b9 100644
--- a/sub/sub.go
+++ b/sub/sub.go
@@ -103,7 +103,7 @@ func (s *Server) initRouter() (*gin.Engine, error) {
if basePath != "/" && !strings.HasSuffix(basePath, "/") {
basePath += "/"
}
- logger.Debug("sub: Setting base_path to:", basePath)
+ // logger.Debug("sub: Setting base_path to:", basePath)
engine.Use(func(c *gin.Context) {
c.Set("base_path", basePath)
})