lib/ez/schema_modifier.rb in ez-1.9.5 vs lib/ez/schema_modifier.rb in ez-1.9.6

- old
+ new

@@ -29,10 +29,10 @@ remove_dead_schema if @changed puts "\n(No changes were actually made)" if @dry_run else - puts "All tables are up-to-date." + # puts "All tables are up-to-date." if @dry_run puts "\nNo changes would be made." end end