summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-08-03 13:11:36 -0700
committerIvan Kohler <ivan@freeside.biz>2012-08-03 13:11:36 -0700
commit72f0bcbaece30fed81dd101cca1685b2c69013ec (patch)
tree3e37bdee9502ab7a4c0af3d52f520742f74ae58e /FS/FS
parent45346fd655ba53b82c80b920da945cc0b87ece01 (diff)
remove inadvertant debugging
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/ClientAPI/MyAccount.pm2
1 files changed, 0 insertions, 2 deletions
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' };