diff --git a/SabreTools/SabreTools.cs b/SabreTools/SabreTools.cs
index 98b0b51f..f936744a 100644
--- a/SabreTools/SabreTools.cs
+++ b/SabreTools/SabreTools.cs
@@ -8,25 +8,9 @@ namespace SabreTools
///
/// Entry class for the DATabase application
///
- ///
- /// The following features are missing from DATabaseTwo with respect to the original DATabase:
- /// - Source merging
- /// - Custom DATs based on a system and a source
- /// - Multi-source and multi-system DATs
- ///
- /// The following features need to (want to) be implemented in DATabaseTwo for further stability
- /// - Import updating file locations and names when SHA-1 hashes are matched
- /// - True duplicate DATs being removed from the import folder (SHA-1 matches)
- /// - Generate All only generating DATs that have been recently updated
- /// + This requires implementing a "last updated" data point for all DATs and tracking for "last generate" somewhere
- /// - Impelement a ToSort folder for DATs that will place DATs in the correct subfolder on Import
- ///
public partial class SabreTools
{
// Private required variables
- private static string _datroot = "DATS";
- private static string _outroot = "Output";
-
private static Logger _logger;
///