Skip to content

Commit

Permalink
remove leftover printf
Browse files Browse the repository at this point in the history
  • Loading branch information
gconesab committed Jun 27, 2020
1 parent 98c02e0 commit da84a16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Utils/CheckAliRootVersion.C
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ Bool_t IsAliPhysicsMoreRecentThanOrEqualTo(TString version){
if (n2 < nnn2) return kFALSE; // we check if it is "<=" (here is the difference wrt line 37
else return kTRUE;
}
printf("Unknown version: n1 %d, n2 %d, vvv %d, nnn1 %d, nnn2 %d\n",n1,n2,vvv,nnn1,nnn2);
return kFALSE;
}
}else{
printf("ALIEN_PACKAGES and ALIEN_JDL_PACKAGES not defined\n");
Expand Down

0 comments on commit da84a16

Please sign in to comment.