Browse Source

bugfixing

andre 5 years ago
parent
commit
8a699e5389
1 changed files with 0 additions and 7 deletions
  1. 0 7
      zimbraSingle.inc

+ 0 - 7
zimbraSingle.inc

@@ -455,13 +455,6 @@ function zimbraSingleCreateCustomFields($packageconfigoption)
 {
     $whmcs = App::self();
     $productID = $whmcs->get_req_var('id');
-    logModuleCall(
-        'zimbrasingle',
-        __FUNCTION__,
-        $packageconfigoption,
-        "Debug",
-        $productID
-    );
     Capsule::table('tblcustomfields')
         ->where('relid', '=', $productID)
         ->delete();