Commit d50e25fa87f82484bd91c32f555522a40ce9ccc3
1 parent
76464267
没啥用的东西
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/main.lua
@@ -4,7 +4,6 @@ local max_client = 64 | @@ -4,7 +4,6 @@ local max_client = 64 | ||
4 | 4 | ||
5 | skynet.start(function() | 5 | skynet.start(function() |
6 | print("Server start") | 6 | print("Server start") |
7 | - skynet.newservice("console") | ||
8 | skynet.newservice("debug_console", 10001) | 7 | skynet.newservice("debug_console", 10001) |
9 | 8 | ||
10 | local httpd = skynet.newservice("services/httpweb", 8001) | 9 | local httpd = skynet.newservice("services/httpweb", 8001) |