[freeside-commits] branch master updated. 72f0bcbaece30fed81dd101cca1685b2c69013ec

Ivan ivan at 420.am
Fri Aug 3 13:11:36 PDT 2012


The branch, master has been updated
       via  72f0bcbaece30fed81dd101cca1685b2c69013ec (commit)
      from  45346fd655ba53b82c80b920da945cc0b87ece01 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 72f0bcbaece30fed81dd101cca1685b2c69013ec
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Aug 3 13:11:36 2012 -0700

    remove inadvertant debugging

diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm
index 151a2ed..3fd6214 100644
--- a/FS/FS/ClientAPI/MyAccount.pm
+++ b/FS/FS/ClientAPI/MyAccount.pm
@@ -196,8 +196,6 @@ sub login {
 
   } else {
 
-warn Dumper($p);
-
     my $svc_domain = qsearchs('svc_domain', { 'domain' => $p->{'domain'} } )
       or return { error => 'Domain '. $p->{'domain'}. ' not found' };
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/ClientAPI/MyAccount.pm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list