diff options
-rw-r--r-- | FS/FS/part_export/domreg_opensrs.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FS/FS/part_export/domreg_opensrs.pm b/FS/FS/part_export/domreg_opensrs.pm index a9afc91cc..13457ae8c 100644 --- a/FS/FS/part_export/domreg_opensrs.pm +++ b/FS/FS/part_export/domreg_opensrs.pm @@ -259,8 +259,6 @@ sub _export_insert_on_payment { 'job' => 'FS::part_export::domreg_opensrs::renew_through', }; $queue->insert( $self, $svc_domain ); #_export_insert with 'R' action? - - return ''; } ## Domain registration exports do nothing on replace. Mainly because we haven't decided what they should do. |