Explorar el Código

remove debug log

abhishek9686 hace 1 año
padre
commit
cfabc9a5bc
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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()