about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xbin/dtas-tl1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/dtas-tl b/bin/dtas-tl
index 7333a06..8262d12 100755
--- a/bin/dtas-tl
+++ b/bin/dtas-tl
@@ -146,7 +146,6 @@ when "cat"
     res = c.req("tl get #{track_ids.join(' ')}")
     res = Shellwords.split(res.sub!(/\A\d+ /, ''))
     while line = res.shift
-      line.sub!(/\A(\d+)=/n, '') or abort "unexpected line=#{line.inspect}\n"
       fix_enc!(line, enc)
       print "#{line}\n"
     end