Browse Source

Removing debug code.

pull/243/head
Nigel Banks 12 years ago
parent
commit
23b9e30dc2
  1. 1
      includes/utilities.inc

1
includes/utilities.inc

@ -134,7 +134,6 @@ function islandora_describe_repository($url = NULL) {
* The merged results from all the hooks.
*/
function islandora_invoke_hook_list($hook, array $refinements, array $args) {
dsm(func_get_args());
$return = array();
foreach (islandora_build_hook_list($hook, $refinements) as $hook) {
array_unshift($args, $hook);

Loading…
Cancel
Save