remove commented out code
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dan Ballard 2021-12-10 23:26:47 -08:00
parent 2257a63e17
commit 63ed835880
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ class _ProfileServersView extends State<ProfileServersView> {
.of(context)
.size
.width > 600 ? AppLocalizations.of(context)!.manageKnownServersLong : AppLocalizations.of(context)!.manageKnownServersShort),
//actions: getActions(),
),
body: Consumer<ProfileInfoState>(builder: (context, profile, child) {
ProfileServerListState servers = profile.serverList;