Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
danoswaltCL committed Dec 11, 2024
1 parent 5e83563 commit 33fb0b8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,6 @@ export class MoocletExperimentService extends ExperimentService {
};

try {
let nothing: any;
nothing.id;
return await this.moocletDataService.postNewPolicyParameters(policyParametersRequest);
} catch (err) {
throw new Error(`Failed to create Mooclet policy parameters: ${err}`);
Expand Down

0 comments on commit 33fb0b8

Please sign in to comment.