Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
removed debug print out
Browse files Browse the repository at this point in the history
  • Loading branch information
drewkenjo committed Oct 23, 2017
1 parent e66db16 commit 160ad26
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ public DataBank getDataBankTDC(String name, DetectorType type){
tdcBANK.setShort("component", i, (short) tdcDGTZ.get(i).getDescriptor().getComponent());
tdcBANK.setByte("order", i, (byte) tdcDGTZ.get(i).getDescriptor().getOrder());
tdcBANK.setInt("TDC", i, tdcDGTZ.get(i).getTDCData(0).getTime());
System.out.print("kimjava: "+tdcDGTZ.get(i).getTDCData(0).getOrder());
System.out.println(" "+tdcDGTZ.get(i).getTDCData(0).getTime());
}
return tdcBANK;
}
Expand Down

0 comments on commit 160ad26

Please sign in to comment.