summaryrefslogtreecommitdiff
path: root/rubylib
diff options
context:
space:
mode:
authorJon Cairns <jon@joncairns.com>2013-09-04 17:17:00 +0100
committerJon Cairns <jon@joncairns.com>2013-09-04 17:17:00 +0100
commit6b00ee523b57427562f365c497d7b9ba39490ad3 (patch)
tree9082b63005c8f23dbd8dfd8ce4c9ecf960dea7bb /rubylib
parent994449f04c05ee8618f009c3348adf3550c798cc (diff)
downloadvdebug-6b00ee523b57427562f365c497d7b9ba39490ad3.zip
Use custom php ini for travis builds
Diffstat (limited to 'rubylib')
-rw-r--r--rubylib/vdebug.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/rubylib/vdebug.rb b/rubylib/vdebug.rb
index f3e88d7..67ee475 100644
--- a/rubylib/vdebug.rb
+++ b/rubylib/vdebug.rb
@@ -43,7 +43,6 @@ class Vdebug
is_connected = vim.command(
"python print debugger.runner.is_alive()"
)
- puts "Connected? #{is_connected.inspect}"
is_connected == "True"
end