[freeside-commits] branch FREESIDE_2_3_BRANCH updated. bb1c93c77658a156798935642054dc9b759d3150
Ivan
ivan at 420.am
Fri Aug 3 13:11:37 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via bb1c93c77658a156798935642054dc9b759d3150 (commit)
from 97e93c533f0de76980bdc00abd12daed69983ed2 (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 bb1c93c77658a156798935642054dc9b759d3150
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 789f96c..15c47c6 100644
--- a/FS/FS/ClientAPI/MyAccount.pm
+++ b/FS/FS/ClientAPI/MyAccount.pm
@@ -197,8 +197,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