Skip to content

Commit

Permalink
removed unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
Secre-C committed Nov 8, 2023
1 parent 6f00017 commit d718b76
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Emulator/SPD.File.Emulator/Spd/SpdBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ public override void AddOrReplaceFile(string filePath)
/// </summary>
public override unsafe MultiStream Build(IntPtr handle, string filepath, Logger? logger = null, string folder = "", long baseOffset = 0)
{
foreach (var spr in _customSprFiles.Keys)
{
_log.Info("boobs {0}", spr);
}


const int HEADER_LENGTH = 0x20;
const int TEXTURE_ENTRY_LENGTH = 0x30;

Expand Down

0 comments on commit d718b76

Please sign in to comment.