summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-06 14:01:21 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-06 14:01:21 +0000
commit76e047a8435c4a5d0b86a5dde34122be4b44c367 (patch)
treedcd6edd0f45cbfa629e5a65d7cbdb4ef68e91ee8 /tool
parentf7f00b89e61ed87b3a61870a59c948d9d98287ed (diff)
remove debug sleep & exit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rw-r--r--tool/vcs.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/vcs.rb b/tool/vcs.rb
index 173c306e3c..e663d86a98 100644
--- a/tool/vcs.rb
+++ b/tool/vcs.rb
@@ -287,8 +287,6 @@ class VCS
IO.copy_stream(r, w)
end
end
- sleep 10
- exit
end
end