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), ),