Skip to content

Commit 16a2f80

Browse files
Don't init SCA (no longer needed)
1 parent 40e138d commit 16a2f80

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/CommandLineUtilities/AliceLowlevelFrontend/ProgramAliceLowlevelFrontendServer.cxx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -235,14 +235,7 @@ class ProgramAliceLowlevelFrontendServer: public AliceO2::Common::Program
235235
for (auto link : links) {
236236
getLogger() << "Initializing link " << link << endm;
237237
LinkInfo linkInfo {serial, link};
238-
// Initialize SCA
239-
try {
240-
Sca(*bar2, bar2->getCardType(), link).initialize();
241-
}
242-
catch (const ScaException &e) {
243-
getLogger() << "ScaException: " << e.what() << endm;
244-
}
245-
238+
246239
// Object for generating DNS names
247240
Alf::ServiceNames names(serial, link);
248241

0 commit comments

Comments
 (0)