Remove unused logger

This commit is contained in:
Romain Neutron
2012-07-16 18:14:27 +02:00
parent 1a109d0257
commit 21b04b2622

View File

@@ -1818,7 +1818,7 @@ class record_adapter implements record_Interface, cache_cacheableInterface
$pathdest = databox::dispatch($subdef->get_path());
}
return $pathdest . $this->get_record_id() . '_' . $subdef->get_name() . '.' . $this->getExtensionFromSpec($subdef->getSpecs(), $logger);
return $pathdest . $this->get_record_id() . '_' . $subdef->get_name() . '.' . $this->getExtensionFromSpec($subdef->getSpecs());
}
/**