From 6dc30b017da51bf5ab0d397cab0b08bfabff4a45 Mon Sep 17 00:00:00 2001 From: Ethan Freestone Date: Thu, 6 Mar 2025 13:12:54 +0000 Subject: [PATCH] chore: Remove incorrect comment --- service/grails-app/services/org/olf/PackageSyncService.groovy | 3 --- 1 file changed, 3 deletions(-) diff --git a/service/grails-app/services/org/olf/PackageSyncService.groovy b/service/grails-app/services/org/olf/PackageSyncService.groovy index 04936414..df8b59ef 100644 --- a/service/grails-app/services/org/olf/PackageSyncService.groovy +++ b/service/grails-app/services/org/olf/PackageSyncService.groovy @@ -16,9 +16,6 @@ import com.k_int.web.toolkit.utils.GormUtils import grails.gorm.multitenancy.CurrentTenant import groovy.util.logging.Slf4j -/** - * This service works at the module level, it's often called without a tenant context. - */ @Slf4j @CurrentTenant class PackageSyncService {