diff options
Diffstat (limited to 'src/VBox/Runtime/common/checksum/manifest.cpp')
-rw-r--r-- | src/VBox/Runtime/common/checksum/manifest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VBox/Runtime/common/checksum/manifest.cpp b/src/VBox/Runtime/common/checksum/manifest.cpp index 52eb746bd..77d4d0390 100644 --- a/src/VBox/Runtime/common/checksum/manifest.cpp +++ b/src/VBox/Runtime/common/checksum/manifest.cpp @@ -517,7 +517,6 @@ RTR3DECL(int) RTManifestVerifyFilesBuf(void *pvBuf, size_t cbSize, PRTMANIFESTTE } RTMemTmpFree(paFiles); - RTPrintf("rc = %Rrc\n", rc); return rc; } |