Commit d50e25fa87f82484bd91c32f555522a40ce9ccc3

Authored by zhouhaihai
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 4  
5 5 skynet.start(function()
6 6 print("Server start")
7   - skynet.newservice("console")
8 7 skynet.newservice("debug_console", 10001)
9 8  
10 9 local httpd = skynet.newservice("services/httpweb", 8001)
... ...