Skip to content

Commit

Permalink
Remove error-masking assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Warrick committed Apr 6, 2021
1 parent f3effa0 commit c4f720d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Serialization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ bool uuidFromBytes(const std::string& Bytes, UUID& Uuid) {
std::copy(Bytes.begin(), Bytes.end(), std::begin(Uuid.data));
return true;
}
assert(false && "Incorrect number of UUID bytes passed in");
return false;
}

Expand Down

0 comments on commit c4f720d

Please sign in to comment.