From 7edddec9209a615532ed34d3664e1fd2a0cd74fc Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Tue, 6 Jan 2015 13:39:18 -0500 Subject: [PATCH] Make convert-grammars a little quieter No need to say "Done" at the end. We're obviously done; the script is exiting. --- script/convert-grammars | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/convert-grammars b/script/convert-grammars index 5ed47a61..a9b2bfea 100755 --- a/script/convert-grammars +++ b/script/convert-grammars @@ -298,5 +298,3 @@ if $options[:output].is_a?(IO) else File.write($options[:output], YAML.dump(yaml)) end - -$stderr.puts("Done")