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:
Adam Roben
2015-01-06 13:39:18 -05:00
parent 8f3779c94c
commit 7edddec920

View File

@@ -298,5 +298,3 @@ if $options[:output].is_a?(IO)
else
File.write($options[:output], YAML.dump(yaml))
end
$stderr.puts("Done")