1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 03:09:54 +08:00

Merge pull request #3027 from peppy/remove-migration-notice

Remove migration log output
This commit is contained in:
Dan Balasescu
2018-07-13 19:40:07 +09:00
committed by GitHub
Unverified
@@ -8,7 +8,6 @@ namespace osu.Game.Migrations
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.Sql("DELETE FROM KeyBinding WHERE RulesetID = 1");
Logger.Log("osu!taiko bindings have been reset due to new defaults", LoggingTarget.Runtime, LogLevel.Important);
}
protected override void Down(MigrationBuilder migrationBuilder)