Skip to content

Commit

Permalink
fix: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dstallenberg committed Dec 11, 2023
1 parent a491156 commit e272b07
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -541,15 +541,13 @@ export class JavaScriptRandomSampler extends JavaScriptTestCaseSampler {
break;
}
case "proportional": {
const start = process.hrtime.bigint();
chosenType = this.rootContext
.getTypeModel()
.getRandomType(
this.incorporateExecutionInformation,
this.randomTypeProbability,
id
);
console.log("timing", process.hrtime.bigint() - start);
break;
}
case "ranked": {
Expand Down

0 comments on commit e272b07

Please sign in to comment.