Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tpill90 committed May 26, 2024
1 parent e23710c commit b23472a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion BattleNetPrefill/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ public static bool VerboseLogs

private static bool _compareAgainstRealRequests;

//TODO comment
/// <summary>
/// To make debugging easier I generate the access.log files for each product by installing the game via battlenet.
/// These files are then compared against the request list generated by BattlenetPrefill to determine the delta.
/// </summary>
public static readonly string LogFileBasePath = @$"{DirectorySearch.TryGetSolutionDirectory()}/Logs";

/// <summary>
Expand Down
1 change: 0 additions & 1 deletion BattleNetPrefill/Handlers/ArchiveIndexHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace BattleNetPrefill.Handlers
{
// TODO document what this class does
/// <summary>
/// https://wowdev.wiki/TACT#Archive_Indexes_.28.index.29
/// </summary>
Expand Down

0 comments on commit b23472a

Please sign in to comment.