Skip to content

Commit 2ce856e

Browse files
committed
[misc] Remove debug prin from CC
1 parent 733e226 commit 2ce856e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

cru_template.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ userLogicEnabled=true
5454
runStatsEnabled=true
5555

5656
# [true | false]
57-
userAndCommonLogicEnabled=false
57+
userAndCommonLogicEnabled=true
5858

5959
# 8-bit System ID
6060
systemId=0xfd
@@ -73,7 +73,7 @@ enabled=true
7373
gbtMux=TTC
7474

7575
# 16-bit FEE ID
76-
feeId=0xf00d
76+
feeId=0xff
7777

7878
#############################################
7979
# link*

src/CardConfigurator.cxx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,6 @@ void CardConfigurator::parseConfigUriCru(std::string configUri, Parameters& para
222222
}
223223
}
224224

225-
for (const auto& el : feeIdMap) { //TODO: REMOVE ME
226-
std::cout << el.first << "." << el.second << std::endl;
227-
}
228-
229225
parameters.setLinkMask(linkMask);
230226
parameters.setGbtMuxMap(gbtMuxMap);
231227
parameters.setFeeIdMap(feeIdMap);

0 commit comments

Comments
 (0)