summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
Diffstat (limited to 'classes')
-rw-r--r--classes/Memcached_DataObject.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/classes/Memcached_DataObject.php b/classes/Memcached_DataObject.php
index 4efec06ab..d8b0db5a6 100644
--- a/classes/Memcached_DataObject.php
+++ b/classes/Memcached_DataObject.php
@@ -31,20 +31,11 @@ class Memcached_DataObject extends DB_DataObject
function __destruct()
{
- if (get_class($this) == 'Profile')
- common_log(LOG_INFO, 'subbug: destructing result id ' . $this->_DB_resultid);
$this->free();
if (method_exists('DB_DataObject', '__destruct')) {
parent::__destruct();
}
}
-
- function free()
- {
- if (get_class($this) == 'Profile')
- common_log(LOG_INFO, 'subbug: freeing result id ' . $this->_DB_resultid);
- parent::free();
- }
function &staticGet($cls, $k, $v=null)
{