chore: remove extras

This commit is contained in:
Prateek Sunal
2024-09-16 04:59:22 +05:30
parent 6c603cb012
commit 04afcbe678

View File

@@ -229,12 +229,6 @@ class _CodeWidgetState extends State<CodeWidget> {
);
},
);
// showOptionsForCode(
// context,
// isPinned: widget.code.isPinned,
// isTrashed: widget.code.isTrashed,
// );
// _copyCurrentOTPToClipboard();
},
child: getCardContents(l10n),
),