projects
/
scpubgit/Object-Remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6db5156
)
remove pointless debug line
Matt S Trout [Thu, 31 May 2012 19:56:05 +0000 (19:56 +0000)]
bin/object-remote-node
patch
|
blob
|
blame
|
history
diff --git
a/bin/object-remote-node
b/bin/object-remote-node
index
4f9cac4
..
c5c9515
100755
(executable)
--- a/
bin/object-remote-node
+++ b/
bin/object-remote-node
@@
-5,8
+5,6
@@
use Object::Remote::Connector::STDIO;
use Object::Remote;
use CPS::Future;
-#$Object::Remote::Connection::DEBUG = 1;
-
my $c = Object::Remote::Connector::STDIO->new->connect;
$c->_set_is_ready(1);