This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
node-kestrel
mirror of
https://github.com/brettlangdon/node-kestrel.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
4
Wiki
Activity
Browse Source
removed debug log
pull/6/head
Matthias Goetzke
12 years ago
parent
a9e74dc3ed
commit
5139306298
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
lib/kestrelClient.js
+ 0
- 1
lib/kestrelClient.js
View File
@ -87,7 +87,6 @@ function _createConnection(port, host, self){
function
_handleData
(
data
,
self
)
{
data
=
data
.
toString
(
)
;
console
.
log
(
data
.
substr
(
0
,
20
)
+
'...'
)
if
(
data
.
match
(
'STORED\r\n'
)
)
{
self
.
emit
(
'stored'
,
true
)
;
Write
Preview
Loading…
Cancel
Save