Remove dead code
This commit is contained in:
parent
4944eff546
commit
911471cd98
1 changed files with 0 additions and 1 deletions
|
@ -272,7 +272,6 @@ class _CodeWidgetState extends State<CodeWidget> {
|
|||
isCritical: true,
|
||||
firstButtonOnTap: () async {
|
||||
await CodeStore.instance.removeCode(widget.code);
|
||||
// await UserService.instance.logout(context);
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue