🔇 N°3731 Remove some more depreciation notice (...) for methods still used in iTop core

This commit is contained in:
Pierre Goiffon
2021-04-13 18:13:30 +02:00
parent 6790fdb9e8
commit 74d8eda713

View File

@@ -143,7 +143,8 @@ class SLAComputationAddOnAPI
*/
public function Init()
{
DeprecatedCallsLog::NotifyDeprecatedPhpMethod();
// cannot notify depreciation for now as this is still MASSIVELY used in iTop core !
//DeprecatedCallsLog::NotifyDeprecatedPhpMethod();
}
/**