Browse Source

removing extra comments

afeiszli 2 years ago
parent
commit
e9634675d2
1 changed files with 0 additions and 7 deletions
  1. 0 7
      controllers/security.go

+ 0 - 7
controllers/security.go

@@ -20,13 +20,6 @@ const (
 )
 )
 
 
 func securityCheck(reqAdmin bool, next http.Handler) http.HandlerFunc {
 func securityCheck(reqAdmin bool, next http.Handler) http.HandlerFunc {
-	/*
-	   1. Check master token
-	   2. Check if admin
-	   3. Check if network admin
-
-
-	*/
 
 
 	return func(w http.ResponseWriter, r *http.Request) {
 	return func(w http.ResponseWriter, r *http.Request) {
 		var errorResponse = models.ErrorResponse{
 		var errorResponse = models.ErrorResponse{