lib/scenarios/scenario_db.rb in scenario_server-0.0.1 vs lib/scenarios/scenario_db.rb in scenario_server-0.0.2

- old
+ new

@@ -130,10 +130,9 @@ end def setup_database # Create an empty database file if !File.exists?(self.db_file) - puts self.db_file File.open(self.db_file, 'w'){} end end def open_database