Remove extname from bin out

This commit is contained in:
Joshua Peek
2012-08-15 09:31:01 -07:00
parent 080cd097ba
commit a41f40a30e

View File

@@ -23,7 +23,6 @@ elsif File.file?(path)
puts "#{blob.name}: #{blob.loc} lines (#{blob.sloc} sloc)"
puts " type: #{type}"
puts " extension: #{blob.pathname.extname}"
puts " mime type: #{blob.mime_type}"
puts " language: #{blob.language}"