Skip to content

Commit

Permalink
chore: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
nbetsaif committed Sep 28, 2024
1 parent e2863a7 commit 245adce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/core/network/models/proposal_details_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,4 @@ class ProposalDetailsModel extends BaseProposalModel {
.map((vote) => vote)
.toList() ??
[];

void printParentDao() {
print(super.dao); // Access the dao from the parent class
}
}

0 comments on commit 245adce

Please sign in to comment.