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