Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Angamanga committed Dec 16, 2024
1 parent 09d7477 commit cb81dc3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ export class PostEditPage {
this.requireApproval = this.selectedSurvey?.require_approval;
this.color = this.selectedSurvey?.color;
this.tasks = this.selectedSurvey?.tasks;
console.log(this.selectedSurvey);
const fields: any = {};
for (const task of this.tasks ?? []) {
task.fields
Expand Down

0 comments on commit cb81dc3

Please sign in to comment.