about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/models/account.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/models/account.rb b/app/models/account.rb
index 3993f450f..8ea4ec288 100644
--- a/app/models/account.rb
+++ b/app/models/account.rb
@@ -421,12 +421,6 @@ class Account < ApplicationRecord
     self.fields = tmp
   end
 
-## TODO: See if I need to follow the below advice
-  # needs to be removed after migration
-#  def vars
-#    self[:vars]
-#  end
-
   def subscription(webhook_url)
     @subscription ||= OStatus2::Subscription.new(remote_url, secret: secret, webhook: webhook_url, hub: hub_url)
   end