remove pointless debug line
Matt S Trout [Thu, 31 May 2012 19:56:05 +0000 (19:56 +0000)]
bin/object-remote-node

index 4f9cac4..c5c9515 100755 (executable)
@@ -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);