Skip to content

Commit 42d7eed

Browse files
committed
remove logs, upgrade version
1 parent 81746b6 commit 42d7eed

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

GaelO2/app/GaelO/Services/GaelOProcessingService/TmtvProcessingService.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use App\GaelO\Services\OrthancService;
99
use App\Jobs\RadiomicsReport\GaelOProcessingFile;
1010
use Exception;
11-
use Illuminate\Support\Facades\Log;
1211

1312
class TmtvProcessingService
1413
{
@@ -92,7 +91,6 @@ public function runRegionalSegmentationCtInference()
9291
];
9392

9493
$inferenceResponse = $this->gaelOProcessingService->executeInferenceAsync('localisation_regional_swinunetr_ct', $inferencePayload);
95-
Log::info('Inference regional response: '.json_encode($inferenceResponse));
9694
$maskId = $inferenceResponse['id_mask'];
9795
$maskProcessingService = new MaskProcessingService($this->orthancService, $this->gaelOProcessingService);
9896
$maskProcessingService->setMaskId($maskId);
@@ -112,7 +110,6 @@ public function runAnatomySegmentationCtInference()
112110
];
113111

114112
$inferenceResponse = $this->gaelOProcessingService->executeInferenceAsync('localisation_anatomy_attentionunet_ct', $inferencePayload);
115-
Log::info('Inference anatomy response: '. json_encode($inferenceResponse));
116113
$maskId = $inferenceResponse['id_mask'];
117114
$maskProcessingService = new MaskProcessingService($this->orthancService, $this->gaelOProcessingService);
118115
$maskProcessingService->setMaskId($maskId);

GaelO2/config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
| or any other location as required by the application or its packages.
2626
*/
2727

28-
'version' => '2.14.1',
28+
'version' => '2.14.2',
2929

3030
/*
3131
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)