mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Make convert-grammars a little quieter
No need to say "Done" at the end. We're obviously done; the script is exiting.
This commit is contained in:
@@ -298,5 +298,3 @@ if $options[:output].is_a?(IO)
|
||||
else
|
||||
File.write($options[:output], YAML.dump(yaml))
|
||||
end
|
||||
|
||||
$stderr.puts("Done")
|
||||
|
||||
Reference in New Issue
Block a user