From 6676651e547a506ffd99279987160030e2830cc2 Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Tue, 12 May 2015 14:04:15 -0700 Subject: [PATCH] Remove comments from project.json --- samples/ErrorHandlerSample/project.json | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/ErrorHandlerSample/project.json b/samples/ErrorHandlerSample/project.json index 86358902ac..ae20efb807 100644 --- a/samples/ErrorHandlerSample/project.json +++ b/samples/ErrorHandlerSample/project.json @@ -8,7 +8,6 @@ "Microsoft.AspNet.StaticFiles": "1.0.0-*" }, "commands": { - /* Change the port number when you are self hosting this application */ "web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5000" }, "frameworks": {