Mercurial > hg > orthanc-databases
changeset 703:1f0d265f24d9 default
revert debug info
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 17 Jun 2025 12:41:37 +0200 (3 weeks ago) |
parents | fb13453e8476 |
children | 435ad957f829 |
files | Framework/Plugins/IndexBackend.cpp |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Plugins/IndexBackend.cpp Tue Jun 17 12:09:00 2025 +0200 +++ b/Framework/Plugins/IndexBackend.cpp Tue Jun 17 12:41:37 2025 +0200 @@ -397,8 +397,6 @@ args.SetIntegerValue("revision", revision); args.SetBinaryValue("custom-data", customData, customDataSize); - LOG(INFO) << "custom data size: " << customDataSize; - statement.Execute(args); }