]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/agendav_plugin.rb
Implement user_exists() everywhere and use it to correct the console output.
[mailshears.git] / lib / common / agendav_plugin.rb
index cb445bed817d853c3b91c3e3c75c2735330614cc..88de0d79ded0ca11897f1fbf4a60bf0162db2d92 100644 (file)
@@ -35,10 +35,6 @@ module AgendavPlugin
 
   protected;
 
-  def user_exists(account)
-    ad_users = list_users()
-    return ad_users.include?(account)
-  end
 
   def list_users()
     usernames = []