summaryrefslogtreecommitdiff
path: root/select-from
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2017-12-03 15:08:45 +0100
committerPatrick Simianer <p@simianer.de>2017-12-03 15:08:45 +0100
commitcba1035498554ec4ac1dd315b91a5ac988249d86 (patch)
treef8cc11eab164528c1aff8bb8f863f583111d4870 /select-from
parentd6b8bb4a716a7f6220f4dab651b170535db52545 (diff)
select-from: fix
Diffstat (limited to 'select-from')
-rwxr-xr-xselect-from2
1 files changed, 0 insertions, 2 deletions
diff --git a/select-from b/select-from
index 98e4ff2..b1fb2d8 100755
--- a/select-from
+++ b/select-from
@@ -10,8 +10,6 @@ opts = Trollop::options do
opt :from1, "Index starting from 1.", :type => :bool, :short => '-k', :default => false
end
-puts opts
-
accept = {}
f = ReadFile.new opts[:index]
f.readlines_strip.each { |line|