remove unnecessary complication from ClientAPI dispatch foo
[freeside.git] / FS / FS / ClientAPI / passwd.pm
index b5c098b..b22d761 100644 (file)
@@ -5,13 +5,6 @@ use FS::Record qw(qsearchs);
 use FS::svc_acct;
 use FS::svc_domain;
 
-#use FS::ClientAPI; #hmm
-FS::ClientAPI->register_handlers(
-  'passwd/passwd' => \&passwd,
-  'passwd/chfn' => \&chfn,
-  'passwd/chsh' => \&chsh,
-);
-
 sub passwd {
   my $packet = shift;