Skip to content

Commit

Permalink
Additional Roundtrip Logging in Release & Remove Double Roundtrip Pri…
Browse files Browse the repository at this point in the history
…nting
  • Loading branch information
landonmsft committed Apr 18, 2022
1 parent dd4d56b commit 1d655cd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/PAModel/Serializers/MsAppSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -504,14 +504,6 @@ private static void ComputeAndWriteChecksum(CanvasDocument app, ChecksumMaker ch

#endif

#if !DEBUG
// These are the non-debug warnings, if it's unpack this was a serious error, on -pack it's most likely not
if (isValidation)
{
errors.PostUnpackValidationFailed();
throw new DocumentException();
}
#endif
errors.ChecksumMismatch("Checksum indicates that sources have been edited since they were unpacked. If this was intentional, ignore this warning.");
}

Expand Down

0 comments on commit 1d655cd

Please sign in to comment.