mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 21:33:39 +01:00
remove lazy debug msgbox
This commit is contained in:
parent
0bfb1d5b50
commit
3b0d4a6068
1 changed files with 0 additions and 6 deletions
|
|
@ -1,16 +1,12 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Threading;
|
||||
using System.Windows.Forms;
|
||||
|
||||
using Dalamud.IoC;
|
||||
using Dalamud.IoC.Internal;
|
||||
using Dalamud.Plugin.Services;
|
||||
using Dalamud.Utility;
|
||||
using Dalamud.Utility.Timing;
|
||||
using JetBrains.Annotations;
|
||||
using Lumina;
|
||||
using Lumina.Data;
|
||||
using Lumina.Excel;
|
||||
|
|
@ -86,8 +82,6 @@ internal sealed class DataManager : IInternalDisposableService, IDataManager
|
|||
// ignored
|
||||
}
|
||||
}
|
||||
|
||||
MessageBox.Show(this.HasModifiedGameDataFiles.ToString());
|
||||
}
|
||||
|
||||
this.IsDataReady = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue