Skip to content
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.

Commit

Permalink
Remove explicit port assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
vronin committed Feb 15, 2013
1 parent ad14b56 commit 348dc63
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -32,7 +32,6 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification
DDLogInfo(@"Setting document root: %@", docRoot);

[httpServer setDocumentRoot:docRoot];
httpServer.port = 12346;

[httpServer setConnectionClass:[MyHTTPConnection class]];

Expand Down

0 comments on commit 348dc63

Please sign in to comment.