From: Matt S Trout Date: Thu, 31 May 2012 19:56:05 +0000 (+0000) Subject: remove pointless debug line X-Git-Tag: v0.001001~43 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=44c85672e48a0ec3daef48a8c00974d3fa70c587;hp=6db5156c142f62874d0be74b537f98e28b6708f2 remove pointless debug line --- diff --git a/bin/object-remote-node b/bin/object-remote-node index 4f9cac4..c5c9515 100755 --- 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);