ソースを参照

revert degug stuff

andre 4 年 前
コミット
198037ba95
1 ファイル変更0 行追加10 行削除
  1. 0 10
      proxmoxVPS.php

+ 0 - 10
proxmoxVPS.php

@@ -185,17 +185,7 @@ function proxmoxVPS_ClientArea($params)
         return;
     }
     require_once __DIR__ . DIRECTORY_SEPARATOR . 'core' . DIRECTORY_SEPARATOR . 'App' . DIRECTORY_SEPARATOR . 'AppContext.php';
-
-    logModuleCall(
-        'proxmoxVPS',
-        __FUNCTION__,
-        $params,
-        'Debug',
-        $whmcs
-    );
-
     $appContext = new AppContext();
-
     return $appContext->runApp('clientarea', $params);
 }