This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove debug statement.
wip
Titouan Rigoudy
9 years ago
parent
b2b0e86ac9
commit
7cec755819
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/client.rs
+ 0
- 1
src/client.rs
View File
@ -131,7 +131,6 @@ impl Client {
reason
:
reason
.
clone
(
)
,
}
,
}
;
debug
!
(
"Sending control response: {:?}"
,
response
)
;
self
.
control_tx
.
send
(
control
::
Response
::
LoginStatusResponse
(
response
)
)
;
}
Write
Preview
Loading…
Cancel
Save