From 63ed835880eec1024651374442066b397613f98d Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Fri, 10 Dec 2021 23:26:47 -0800 Subject: [PATCH] remove commented out code --- lib/views/profileserversview.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/views/profileserversview.dart b/lib/views/profileserversview.dart index 37337c54..7ac06520 100644 --- a/lib/views/profileserversview.dart +++ b/lib/views/profileserversview.dart @@ -47,7 +47,6 @@ class _ProfileServersView extends State { .of(context) .size .width > 600 ? AppLocalizations.of(context)!.manageKnownServersLong : AppLocalizations.of(context)!.manageKnownServersShort), - //actions: getActions(), ), body: Consumer(builder: (context, profile, child) { ProfileServerListState servers = profile.serverList;