Remove debugger break/launch

This commit is contained in:
Bjarke Berg
2021-03-15 11:17:23 +01:00
parent 57386c8fbc
commit 4ad48321b9

View File

@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Newtonsoft.Json;
@@ -66,8 +65,6 @@ namespace Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_9_0_0
public override void Migrate()
{
Debugger.Launch();
Debugger.Break();
CreateDatabaseTable();
MigrateFileContentToDB();
}