Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
coco
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
coco
Commits
4c48e7a1
Commit
4c48e7a1
authored
Sep 03, 2018
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 去掉debug信息
parent
08e46430
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
httpd.py
coco/httpd.py
+0
-1
No files found.
coco/httpd.py
View file @
4c48e7a1
...
...
@@ -194,7 +194,6 @@ class ProxyNamespace(BaseNamespace):
def
logout
(
self
,
client_id
,
connection
):
connection
.
remove_client
(
client_id
)
self
.
emit
(
'logout'
,
{
"room"
:
client_id
},
room
=
client_id
)
self
.
emit
(
'data'
,
{
"room"
:
client_id
,
"data"
:
client_id
},
room
=
client_id
)
def
on_logout
(
self
,
client_id
):
logger
.
debug
(
"On logout event trigger: {}"
.
format
(
client_id
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment