Remove permanent error_log

This commit is contained in:
nathangray 2020-03-09 15:29:51 -06:00
parent d6c2a4aa0b
commit 4078154237

View File

@ -677,7 +677,6 @@ class Link extends Link\Storage
*/
static function unlink2($link_id,$app,&$id,$owner=0,$app2='',$id2='',$hold_for_purge=false)
{
error_log(__METHOD__."($link_id, '$app', $id, ...)");
if (self::DEBUG)
{
echo "<p>Link::unlink('$link_id','$app',".array2string($id).",'$owner','$app2','$id2', $hold_for_purge)</p>\n";