Remove erroneous comment

This commit is contained in:
snipe 2016-04-28 21:05:45 -07:00
parent d927aa3273
commit 8dd0e72284

View file

@ -144,8 +144,6 @@ class GroupsController extends Controller
try {
// Get group information
$group = Group::find($id);
// Delete the group
$group->delete();
// Redirect to the group management page