diff --git a/main.go b/main.go
index d910d629ed58c8fd73e7dccf62fe2bb15d37fbcb..08b41610d3476f84b5f78d1a8098d79ab9c291db 100644
--- a/main.go
+++ b/main.go
@@ -115,7 +115,7 @@ func main() {
 	port := os.Getenv("PORT")
 
 	// Remove this when deploy
-	port ="8080"
+	//port ="8080"
 
 	if port == "" {
 		//log.fatal formatting output and exits