abhishek9686 1 anno fa
parent
commit
cfabc9a5bc
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      main.go

+ 0 - 2
main.go

@@ -43,8 +43,6 @@ func main() {
 	if servercfg.DeployedByOperator() && !servercfg.IsPro {
 		logic.SetFreeTierLimits()
 	}
-	ip, _ := servercfg.GetPublicIP()
-	fmt.Println("######----> PUBLIC IP: ", ip)
 	defer database.CloseDB()
 	ctx, stop := signal.NotifyContext(context.Background(), syscall.SIGTERM, os.Interrupt)
 	defer stop()