Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC committed Jan 5, 2024
1 parent 1383e96 commit 918ff58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dMasterServer/PersistentIDManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ void PersistentIDManager::Initialize() {
CurrentPersistentID = lastObjectId.value();
}

LOG("Current persistent ID: %u", CurrentPersistentID);

if (CurrentPersistentID <= 0) {
LOG("Invalid persistent object ID in database. Aborting to prevent bad id generation.");
throw std::runtime_error("Invalid persistent object ID in database. Aborting to prevent bad id generation.");
Expand Down

0 comments on commit 918ff58

Please sign in to comment.