Skip to content

Commit

Permalink
removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
BoyC committed Apr 6, 2024
1 parent cef3fe1 commit 8bb849e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kkp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -421,11 +421,6 @@ void KKP::LoadSym(const std::string& fileName)
{
unsigned short symSymbol;

if (x - symbolStart == 3925)
{
int z = 0;
}

if (!fread_s(&symSymbol, 2, 2, 1, reader))
goto closeFile;

Expand Down

0 comments on commit 8bb849e

Please sign in to comment.