From 25b1a1ea11182b6fc195f4cca76ec4788d79c65e Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Thu, 10 May 2012 19:45:00 -0700 Subject: Refs #4487. Turning off system log (even more) during upgrades. Removed debug call to system_log() in create_annotation(). --- engine/lib/annotations.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'engine/lib/annotations.php') diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index f32dee0f0..7383f5e04 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -95,8 +95,6 @@ $owner_guid = 0, $access_id = ACCESS_PRIVATE) { $entity = get_entity($entity_guid); if (elgg_trigger_event('annotate', $entity->type, $entity)) { - system_log($entity, 'annotate'); - // If ok then add it $result = insert_data("INSERT into {$CONFIG->dbprefix}annotations (entity_guid, name_id, value_id, value_type, owner_guid, time_created, access_id) VALUES -- cgit v1.2.3