Skip to content

Commit a7238e2

Browse files
committed
logging update
1 parent f0da3b3 commit a7238e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cpanel.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function get_cpanel_licenses()
169169
{
170170
$cpl = new \Detain\Cpanel\Cpanel(CPANEL_LICENSING_USERNAME, CPANEL_LICENSING_PASSWORD);
171171
$status = $cpl->fetchLicenses();
172-
request_log('licenses', false, __FUNCTION__, 'cpanel', 'fetchLicenses', '', $status);
172+
//request_log('licenses', false, __FUNCTION__, 'cpanel', 'fetchLicenses', '', $status);
173173
return $status;
174174
//return $status['licenses'];
175175
}

0 commit comments

Comments
 (0)