From 04afcbe678c16cddf0a34793ddac976533dc8131 Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Mon, 16 Sep 2024 04:59:22 +0530 Subject: [PATCH] chore: remove extras --- auth/lib/ui/code_widget.dart | 6 ------ 1 file changed, 6 deletions(-) diff --git a/auth/lib/ui/code_widget.dart b/auth/lib/ui/code_widget.dart index 058c1f3d7c..a61161ca65 100644 --- a/auth/lib/ui/code_widget.dart +++ b/auth/lib/ui/code_widget.dart @@ -229,12 +229,6 @@ class _CodeWidgetState extends State { ); }, ); - // showOptionsForCode( - // context, - // isPinned: widget.code.isPinned, - // isTrashed: widget.code.isTrashed, - // ); - // _copyCurrentOTPToClipboard(); }, child: getCardContents(l10n), ),